From 5c7ebd1da38f12ebac327c181703b712f2297fea Mon Sep 17 00:00:00 2001 From: David Balatero Date: Sat, 15 May 2010 11:12:54 -0700 Subject: [PATCH] bumped gemspec --- typhoeus.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]