Skip to content

Commit

Permalink
Regenerate gemspec using RubyGems 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisk committed Aug 15, 2010
1 parent 2e58766 commit cfb45fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fakeweb.gemspec
Expand Up @@ -79,7 +79,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{fakeweb}
s.rubygems_version = %q{1.3.5}
s.rubygems_version = %q{1.3.7}
s.summary = %q{A tool for faking responses to HTTP requests}
s.test_files = [
"test/test_allow_net_connect.rb",
Expand Down Expand Up @@ -114,7 +114,7 @@ Gem::Specification.new do |s|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<mocha>, [">= 0.9.5"])
else
s.add_dependency(%q<mocha>, [">= 0.9.5"])
Expand Down

0 comments on commit cfb45fe

Please sign in to comment.