Skip to content

Commit

Permalink
Updated net-http-persistent version, new nhp release causing issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
treeder committed Jan 31, 2014
1 parent 222959f commit c3d7b0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rest/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Rest
VERSION = "2.7.0"
VERSION = "2.7.1"
end
2 changes: 1 addition & 1 deletion rest.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.required_rubygems_version = ">= 1.3.6"
gem.required_ruby_version = Gem::Requirement.new(">= 1.8")
gem.add_runtime_dependency "rest_client", ">= 1.7.1"
gem.add_runtime_dependency "net-http-persistent"
gem.add_runtime_dependency "net-http-persistent", ">= 2.9.1"

gem.add_development_dependency "typhoeus", ">= 0.5.4"
gem.add_development_dependency "test-unit"
Expand Down

0 comments on commit c3d7b0d

Please sign in to comment.