summaryrefslogtreecommitdiff
path: root/ruby_2_2/ext/bigdecimal/bigdecimal.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_2_2/ext/bigdecimal/bigdecimal.gemspec')
-rw-r--r--ruby_2_2/ext/bigdecimal/bigdecimal.gemspec31
1 files changed, 0 insertions, 31 deletions
diff --git a/ruby_2_2/ext/bigdecimal/bigdecimal.gemspec b/ruby_2_2/ext/bigdecimal/bigdecimal.gemspec
deleted file mode 100644
index 7eb628c657..0000000000
--- a/ruby_2_2/ext/bigdecimal/bigdecimal.gemspec
+++ /dev/null
@@ -1,31 +0,0 @@
-# -*- ruby -*-
-_VERSION = "1.2.6"
-date = %w$Date:: $[1]
-
-Gem::Specification.new do |s|
- s.name = "bigdecimal"
- s.version = _VERSION
- s.date = date
- s.license = 'ruby'
- s.summary = "Arbitrary-precision decimal floating-point number library."
- s.homepage = "http://www.ruby-lang.org"
- s.email = "mrkn@mrkn.jp"
- s.description = "This library provides arbitrary-precision decimal floating-point number class."
- s.authors = ["Kenta Murata", "Zachary Scott", "Shigeo Kobayashi"]
- s.require_path = %[lib]
- s.files = %w[
- bigdecimal.gemspec
- bigdecimal.c
- bigdecimal.h
- depend extconf.rb
- lib/bigdecimal/jacobian.rb
- lib/bigdecimal/ludcmp.rb
- lib/bigdecimal/math.rb
- lib/bigdecimal/newton.rb
- lib/bigdecimal/util.rb
- sample/linear.rb
- sample/nlsolve.rb
- sample/pi.rb
- ]
- s.extensions = %w[extconf.rb]
-end