Skip to content

Commit

Permalink
Specify multi_json gem version. Remove requirements details
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Kroondyk committed May 16, 2012
1 parent cf0f4e1 commit e4895bc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions money.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Gem::Specification.new do |s|

s.required_rubygems_version = ">= 1.3.6"

s.add_dependency "i18n", "~> 0.4"
s.add_dependency "multi_json"
s.add_dependency "i18n", "~> 0.4"
s.add_dependency "multi_json", "~> 1.3"

s.add_development_dependency "rspec", "~> 2.9.0"
s.add_development_dependency "yard", "~> 0.7.5"
Expand All @@ -23,8 +23,6 @@ Gem::Specification.new do |s|
s.add_development_dependency "guard-spork", "~> 0.6.1"
s.add_development_dependency "guard-rspec", "~> 0.7.0"

s.requirements << "multi_json"

s.files = Dir.glob("{config,lib,spec}/**/*")
s.files += %w(CHANGELOG.md LICENSE README.md)
s.files += %w(Rakefile .gemtest money.gemspec)
Expand Down

0 comments on commit e4895bc

Please sign in to comment.