diff --git a/typhoeus.gemspec b/typhoeus.gemspec index f600577b..de3afbe5 100644 --- a/typhoeus.gemspec +++ b/typhoeus.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{typhoeus} - s.version = "0.1.25" + s.version = "0.1.26" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Paul Dix"] - s.date = %q{2010-05-13} + s.date = %q{2010-05-15} 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"]