Skip to content

Commit e16277a

Browse files
author
Bartosz Blimke
committed
Regenerated gemspec for version 1.2.1
1 parent 5803f31 commit e16277a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

webmock.gemspec

Lines changed: 5 additions & 5 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.2.0"
8+
s.version = "1.2.1"
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-05-14}
12+
s.date = %q{2010-05-24}
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,7 @@ 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/httpclient_spec.rb",
9090
"spec/httpclient_spec_helper.rb",
9191
"spec/net_http_spec.rb",
9292
"spec/net_http_spec_helper.rb",
@@ -113,11 +113,11 @@ Gem::Specification.new do |s|
113113
"test/test_webmock.rb"
114114
]
115115

116-
if s.respond_to? :specification_version
116+
if s.respond_to? :specification_version then
117117
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
118118
s.specification_version = 3
119119

120-
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0')
120+
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
121121
s.add_runtime_dependency(%q<addressable>, [">= 2.1.1"])
122122
s.add_development_dependency(%q<rspec>, [">= 1.2.9"])
123123
s.add_development_dependency(%q<httpclient>, [">= 2.1.5.2"])

0 commit comments

Comments
 (0)