aboutsummaryrefslogtreecommitdiffstats
path: root/ext/bigdecimal/bigdecimal.gemspec
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-13 17:29:58 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-13 17:29:58 +0000
commite7fe5648cf10528422ce720b50c8641bd5d8c267 (patch)
treed3d804081658d6ba737cb15b0711f26e9bccd8ce /ext/bigdecimal/bigdecimal.gemspec
parentb2e85cbdf4980e840ffda2cdfc9c18f45e636ecb (diff)
downloadruby-e7fe5648cf10528422ce720b50c8641bd5d8c267.tar.gz
* ext/bigdecimal/bigdecimal.c (BigDecimal_divide): Add an additional
digit for the quotient to be compatible with bigdecimal 1.2.1 and the former. [ruby-core:59365] [#9316] [#9305] * test/bigdecimal/test_bigdecimal.rb: tests for the above change. * ext/bigdecimal/bigdecimal.gemspec: bigdecimal version 1.2.4. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/bigdecimal/bigdecimal.gemspec')
-rw-r--r--ext/bigdecimal/bigdecimal.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bigdecimal/bigdecimal.gemspec b/ext/bigdecimal/bigdecimal.gemspec
index 676e05bacb..7be9d7275b 100644
--- a/ext/bigdecimal/bigdecimal.gemspec
+++ b/ext/bigdecimal/bigdecimal.gemspec
@@ -1,5 +1,5 @@
# -*- ruby -*-
-_VERSION = "1.2.3"
+_VERSION = "1.2.4"
date = %w$Date:: $[1]
Gem::Specification.new do |s|