Sha256: 396401f34828499bd8db5e7e0e17b3dd593f493bbc3dbc2499c190a7dea72e81
Contents?: true
Size: 765 Bytes
Versions: 1
Compression:
Stored size: 765 Bytes
Contents
Gem::Specification.new do |s| s.name = "money" s.version = "2.0.1" s.summary = "Money and currency exchange support library" s.email = "hongli@phusion.nl" s.homepage = "http://money.rubyforge.org/" s.description = "Money and currency exchange support library. Modified by jmcnevin." s.has_rdoc = true s.rubyforge_project = "money" s.authors = ["Tobias Luetke", "Hongli Lai", "Jeremy McNevin"] s.files = [ "README.rdoc", "MIT-LICENSE", "money.gemspec", "Rakefile", "lib/money.rb", "lib/money/core_extensions.rb", "lib/money/errors.rb", "lib/money/money.rb", "lib/money/variable_exchange_bank.rb", "test/core_extensions_spec.rb", "test/exchange_bank_spec.rb", "test/money_spec.rb" ] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jmcnevin-money-2.0.1 | money.gemspec |