Skip to content

Commit

Permalink
bumped version for imminent release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldix committed May 7, 2009
1 parent c0408e7 commit 4b9d015
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/typhoeus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
require 'typhoeus/response'

module Typhoeus
VERSION = "0.0.6"
VERSION = "0.0.7"

def self.easy_object_pool
@easy_objects ||= []
Expand Down
4 changes: 3 additions & 1 deletion typhoeus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Paul Dix"]
Expand All @@ -24,6 +24,7 @@ Gem::Specification.new do |s|
"lib/typhoeus/remote_proxy_object.rb",
"lib/typhoeus/filter.rb",
"lib/typhoeus/remote_method.rb",
"lib/typhoeus/response.rb",
"spec/spec.opts",
"spec/spec_helper.rb",
"spec/typhoeus/easy_spec.rb",
Expand All @@ -32,6 +33,7 @@ Gem::Specification.new do |s|
"spec/typhoeus/remote_proxy_object_spec.rb",
"spec/typhoeus/filter_spec.rb",
"spec/typhoeus/remote_method_spec.rb",
"spec/typhoeus/response_spec.rb",
"spec/servers/delay_fixture_server.rb",
"spec/servers/method_server.rb"]
s.has_rdoc = true
Expand Down

0 comments on commit 4b9d015

Please sign in to comment.