From afe8c99a2c4192ff6e680d0e74b2153df9b41b27 Mon Sep 17 00:00:00 2001 From: Paul Dix Date: Wed, 26 Aug 2009 13:59:58 -0400 Subject: [PATCH] bumped version for build --- lib/typhoeus.rb | 2 +- typhoeus.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/typhoeus.rb b/lib/typhoeus.rb index 3f71ad38..a5862b0b 100644 --- a/lib/typhoeus.rb +++ b/lib/typhoeus.rb @@ -12,7 +12,7 @@ require 'typhoeus/response' module Typhoeus - VERSION = "0.0.20" + VERSION = "0.0.21" def self.easy_object_pool @easy_objects ||= [] diff --git a/typhoeus.gemspec b/typhoeus.gemspec index 49453feb..e89ff391 100644 --- a/typhoeus.gemspec +++ b/typhoeus.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = %q{typhoeus} - s.version = "0.0.20" + s.version = "0.0.21" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Paul Dix"]