Gem::Specification.new do |s| s.name = "bigdecimal" s.version = "1.2.4" s.date = "2014-01-27" s.summary = "Arbitrary-precision decimal floating-point number library." s.description = "This library provides arbitrary-precision decimal floating-point number class." s.homepage = "http://www.ruby-lang.org" s.authors = ["Kenta Murata", "Zachary Scott", "Shigeo Kobayashi"] s.email = "mrkn@mrkn.jp" s.files = ["bigdecimal/jacobian.rb", "bigdecimal/ludcmp.rb", "bigdecimal/math.rb", "bigdecimal/newton.rb", "bigdecimal/util.rb"] end