summaryrefslogtreecommitdiff
path: root/ext/bigdecimal
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-25 05:57:13 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-25 05:57:13 +0000
commit1abde2b5f67da3535c05351b0734e7e56ec0bc15 (patch)
treeb732638fd31009150bbf3e6b6efb92721b857d22 /ext/bigdecimal
parent4d51f92506d9016df2234678ecc0861c4e2c2971 (diff)
merge revision(s) 66535:
Import bigdecimal 1.4.1 * https://github.com/ruby/bigdecimal/compare/v1.4.0..v1.4.1 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_6@66541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/bigdecimal')
-rw-r--r--ext/bigdecimal/bigdecimal.gemspec3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/bigdecimal/bigdecimal.gemspec b/ext/bigdecimal/bigdecimal.gemspec
index fcf52f9a87..68d8f3c00f 100644
--- a/ext/bigdecimal/bigdecimal.gemspec
+++ b/ext/bigdecimal/bigdecimal.gemspec
@@ -1,6 +1,6 @@
# coding: utf-8
-bigdecimal_version = '1.4.0'
+bigdecimal_version = '1.4.1'
Gem::Specification.new do |s|
s.name = "bigdecimal"
@@ -24,6 +24,7 @@ Gem::Specification.new do |s|
ext/bigdecimal/extconf.rb
ext/bigdecimal/util/extconf.rb
ext/bigdecimal/util/util.c
+ lib/bigdecimal.rb
lib/bigdecimal/jacobian.rb
lib/bigdecimal/ludcmp.rb
lib/bigdecimal/math.rb