Skip to content

Commit b271fd8

Browse files
author
Bartosz Blimke
committed
Regenerated gemspec for version 1.2.0
1 parent 29a2479 commit b271fd8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

webmock.gemspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
Gem::Specification.new do |s|
77
s.name = %q{webmock}
8-
s.version = "1.1.0"
8+
s.version = "1.2.0"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Bartosz Blimke"]
12-
s.date = %q{2010-04-29}
12+
s.date = %q{2010-05-14}
1313
s.description = %q{WebMock allows stubbing HTTP requests and setting expectations on HTTP requests.}
1414
s.email = %q{bartosz.blimke@gmail.com}
1515
s.extra_rdoc_files = [
@@ -86,7 +86,8 @@ Gem::Specification.new do |s|
8686
s.rubygems_version = %q{1.3.6}
8787
s.summary = %q{Library for stubbing HTTP requests in Ruby.}
8888
s.test_files = [
89-
"spec/httpclient_spec.rb",
89+
"spec/benchmark.rb",
90+
"spec/httpclient_spec.rb",
9091
"spec/httpclient_spec_helper.rb",
9192
"spec/net_http_spec.rb",
9293
"spec/net_http_spec_helper.rb",

0 commit comments

Comments
 (0)