bigmoney.gemspec in mroch-BigMoney-0.1.0 vs bigmoney.gemspec in mroch-BigMoney-0.1.2

- old
+ new

@@ -1,9 +1,9 @@ Gem::Specification.new do |s| s.name = "BigMoney" - s.version = "0.1.0" - s.date = "2008-06-21" + 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 @@ -22,6 +22,6 @@ ] 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 \ No newline at end of file +end