Skip to content

Commit

Permalink
Bumped to 0.1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
dbalatero committed May 18, 2010
1 parent afc7120 commit 5737767
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions typhoeus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{typhoeus}
s.version = "0.1.26"
s.version = "0.1.27"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Paul Dix"]
s.date = %q{2010-05-18}
s.date = %q{2010-05-17}
s.description = %q{Like a modern code version of the mythical beast with 100 serpent heads, Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling logic.}
s.email = %q{paul@pauldix.net}
s.extensions = ["ext/typhoeus/extconf.rb"]
Expand Down Expand Up @@ -64,7 +64,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/pauldix/typhoeus}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.rubygems_version = %q{1.3.6}
s.summary = %q{A library for interacting with web services (and building SOAs) at blinding speed.}
s.test_files = [
"spec/servers/app.rb",
Expand All @@ -85,7 +85,7 @@ Gem::Specification.new do |s|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<rack>, [">= 0"])
s.add_development_dependency(%q<rspec>, [">= 0"])
s.add_development_dependency(%q<jeweler>, [">= 0"])
Expand Down

0 comments on commit 5737767

Please sign in to comment.