Skip to content

Commit

Permalink
changed httparty from ~> 0.4.3 to = 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dewski committed Mar 8, 2010
1 parent d84366e commit 643517d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Jeweler::Tasks.new do |gem|

gem.add_dependency('oauth', '~> 0.3.6')
gem.add_dependency('hashie', '~> 0.1.3')
gem.add_dependency('httparty', '~> 0.4.3')
gem.add_dependency('httparty', '= 0.5.2')

gem.add_development_dependency('thoughtbot-shoulda', '>= 2.10.1')
gem.add_development_dependency('jnunemaker-matchy', '0.4.0')
Expand Down
2 changes: 1 addition & 1 deletion lib/twitter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
gem 'hashie', '~> 0.1.3'
require 'hashie'

gem 'httparty', '~> 0.4.3'
gem 'httparty', '= 0.5.2'
require 'httparty'

module Twitter
Expand Down
6 changes: 3 additions & 3 deletions twitter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,15 @@ Gem::Specification.new do |s|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<oauth>, ["~> 0.3.6"])
s.add_runtime_dependency(%q<hashie>, ["~> 0.1.3"])
s.add_runtime_dependency(%q<httparty>, ["~> 0.4.3"])
s.add_runtime_dependency(%q<httparty>, ["= 0.5.2"])
s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 2.10.1"])
s.add_development_dependency(%q<jnunemaker-matchy>, ["= 0.4.0"])
s.add_development_dependency(%q<mocha>, ["= 0.9.4"])
s.add_development_dependency(%q<fakeweb>, [">= 1.2.5"])
else
s.add_dependency(%q<oauth>, ["~> 0.3.6"])
s.add_dependency(%q<hashie>, ["~> 0.1.3"])
s.add_dependency(%q<httparty>, ["~> 0.4.3"])
s.add_dependency(%q<httparty>, ["= 0.5.2"])
s.add_dependency(%q<thoughtbot-shoulda>, [">= 2.10.1"])
s.add_dependency(%q<jnunemaker-matchy>, ["= 0.4.0"])
s.add_dependency(%q<mocha>, ["= 0.9.4"])
Expand All @@ -148,7 +148,7 @@ Gem::Specification.new do |s|
else
s.add_dependency(%q<oauth>, ["~> 0.3.6"])
s.add_dependency(%q<hashie>, ["~> 0.1.3"])
s.add_dependency(%q<httparty>, ["~> 0.4.3"])
s.add_dependency(%q<httparty>, ["= 0.5.2"])
s.add_dependency(%q<thoughtbot-shoulda>, [">= 2.10.1"])
s.add_dependency(%q<jnunemaker-matchy>, ["= 0.4.0"])
s.add_dependency(%q<mocha>, ["= 0.9.4"])
Expand Down

0 comments on commit 643517d

Please sign in to comment.