Sha256: c1f417395472ece29d6c50dd9b40d0ddca2c6abf293503ca8b14d670df02ac6c
Contents?: true
Size: 851 Bytes
Versions: 48
Compression:
Stored size: 851 Bytes
Contents
# -*- encoding: utf-8 -*- # stub: bigdecimal 1.2.6 ruby . # stub: extconf.rb Gem::Specification.new do |s| s.name = "bigdecimal" s.version = "1.2.6" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["."] s.authors = ["Kenta Murata", "Zachary Scott", "Shigeo Kobayashi"] s.date = "2014-12-19" s.description = "This library provides arbitrary-precision decimal floating-point number class." s.email = "mrkn@mrkn.jp" s.extensions = ["extconf.rb"] s.files = ["bigdecimal.so", "bigdecimal/jacobian.rb", "bigdecimal/ludcmp.rb", "bigdecimal/math.rb", "bigdecimal/newton.rb", "bigdecimal/util.rb", "extconf.rb"] s.homepage = "http://www.ruby-lang.org" s.rubygems_version = "2.4.5" s.summary = "Arbitrary-precision decimal floating-point number library." end
Version data entries
48 entries across 30 versions & 1 rubygems