Skip to content

Commit

Permalink
relax httparty version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Mar 23, 2012
1 parent 2b88d94 commit a666dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gauges.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.summary = %q{Simple access to Gaug.es API}
s.description = %q{Simple access to Gaug.es API}

s.add_dependency('httparty', '~> 0.7.8')
s.add_dependency('httparty', '~> 0.7')

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit a666dbb

Please sign in to comment.