Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix httparty version.
  • Loading branch information
jnunemaker committed Apr 21, 2012
1 parent bdea615 commit 1718b90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions Gemfile.lock
Expand Up @@ -2,18 +2,16 @@ PATH
remote: .
specs:
google-weather (0.2.0)
httparty (>= 0.5.2)
httparty (~> 0.5.0)

GEM
remote: http://rubygems.org/
specs:
crack (0.1.6)
fakeweb (1.3.0)
httparty (0.8.1)
multi_json
multi_xml
httparty (0.5.2)
crack (= 0.1.6)
jnunemaker-matchy (0.4.0)
multi_json (1.0.4)
multi_xml (0.4.1)
rake (0.9.2)
shoulda (2.11.3)

Expand Down
2 changes: 1 addition & 1 deletion google-weather.gemspec
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.6"
s.rubyforge_project = "google-weather"

s.add_dependency "httparty", ">= 0.5.2"
s.add_dependency "httparty", "~> 0.5.0"

s.files = `git ls-files`.split("\n")
s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
Expand Down

0 comments on commit 1718b90

Please sign in to comment.