Sha256: 1cb84d827e404067718a7827e8ad2910df2a7557c14282b7288df52e02fdb626
Contents?: true
Size: 912 Bytes
Versions: 1
Compression:
Stored size: 912 Bytes
Contents
Gem::Specification.new do |s| s.name = "BigMoney" s.version = "0.1.2" s.date = "2008-08-09" s.summary = "Represents an amount of money in a particular currency." s.email = "mroch@cmu.edu" s.homepage = "http://github.com/mroch/bigmoney" s.description = "Represents an amount of money in a particular currency. Backed by BigDecimal, so is safe from float rounding errors." s.has_rdoc = false s.authors = ["Marshall Roch"] s.files = [ "bigmoney.gemspec", "History.txt", "Manifest.txt", "LICENSE.txt", "Rakefile", "README.txt", "lib/big_money.rb", "lib/big_money/big_money.rb", "lib/big_money/core_extensions.rb", "test/test_big_money.rb" ] s.test_files = ["test/test_big_money.rb"] # s.rdoc_options = ["--main", "README.txt"] # s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"] # s.add_dependency("mime-types", ["> 0.0.0"]) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mroch-BigMoney-0.1.2 | bigmoney.gemspec |