Skip to content

Commit

Permalink
bump money version
Browse files Browse the repository at this point in the history
  • Loading branch information
Adeel Ahmad committed Oct 15, 2012
1 parent 18b7a19 commit 3162805
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ebayapi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/codyfauser/ebay"
s.summary = "Ruby interface to the eBay XML Trading API"
s.description = "A ruby library for interacting with the eBay XML Trading API, based on self-generated request and response classes."

s.files = Dir["{lib,test}/**/*", "[A-Z]*", "init.rb"]
s.require_path = "lib"

s.rubyforge_project = s.name
s.required_rubygems_version = ">= 1.3.4"

s.add_dependency("xml-mapping", ["~> 0.8.1"])
s.add_dependency("money", ["~> 2.1.5"])
s.add_dependency("money", ["~> 5.0.0"])

s.add_development_dependency("rake", ["~> 0.8.7"])
s.add_development_dependency("activesupport", ["~> 2.3"])
s.add_development_dependency("libxml-ruby", ["~> 1.1.4"])
Expand Down

0 comments on commit 3162805

Please sign in to comment.