Skip to content

Commit

Permalink
Requiring correct versions of hashie and httparty
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmueller committed Jan 17, 2010
1 parent 74a4b99 commit 413c4b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions popshops.gemspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Gem::Specification.new do |s|
s.name = %q{popshops}
s.version = "1.0.0"
s.version = "1.0.1"
s.authors = ["Matt Mueller"]
s.email = %q{[email protected]}
s.homepage = %q{http://github.com/mattmueller/Popshops}
s.files = ["LICENSE", "README.rdoc", "lib/popshops.rb"]
s.summary = %q{Ruby gem for accessing the popshops API}
s.description = %q{The popshops gem provides convenient methods to access all of the popshops.com API features. It uses hashie to return results that can be used in a more ruby-esque manner than with a plain hash.}
s.add_dependency('httparty')
s.add_dependency('hashie')
s.add_dependency('httparty', '>= 0.4.3')
s.add_dependency('hashie', '>= 0.1.8')
end

0 comments on commit 413c4b5

Please sign in to comment.