File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
Gem ::Specification . new do |s |
7
7
s . name = %q{webmock}
8
- s . version = "1.1 .0"
8
+ s . version = "1.2 .0"
9
9
10
10
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
11
11
s . authors = [ "Bartosz Blimke" ]
12
- s . date = %q{2010-04-29 }
12
+ s . date = %q{2010-05-14 }
13
13
s . description = %q{WebMock allows stubbing HTTP requests and setting expectations on HTTP requests.}
14
14
s . email = %q{bartosz.blimke@gmail.com}
15
15
s . extra_rdoc_files = [
@@ -86,7 +86,8 @@ Gem::Specification.new do |s|
86
86
s . rubygems_version = %q{1.3.6}
87
87
s . summary = %q{Library for stubbing HTTP requests in Ruby.}
88
88
s . test_files = [
89
- "spec/httpclient_spec.rb" ,
89
+ "spec/benchmark.rb" ,
90
+ "spec/httpclient_spec.rb" ,
90
91
"spec/httpclient_spec_helper.rb" ,
91
92
"spec/net_http_spec.rb" ,
92
93
"spec/net_http_spec_helper.rb" ,
You can’t perform that action at this time.
0 commit comments