aboutsummaryrefslogtreecommitdiffstats
path: root/ext/bigdecimal
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-22 12:20:28 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-22 12:20:28 +0000
commit579ab0876f92ec9a200c32dd9dc24d136819c821 (patch)
tree7490a096169afc782c038517e6e8f4fdcda27d91 /ext/bigdecimal
parent4f095bbdf1432b17a89270c6186caf126c4a58fe (diff)
downloadruby-579ab0876f92ec9a200c32dd9dc24d136819c821.tar.gz
* ext/bigdecimal/bigdecimal.gemspec: bump version to 1.2.8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/bigdecimal')
-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 c93c2b6f6e..1666325d45 100644
--- a/ext/bigdecimal/bigdecimal.gemspec
+++ b/ext/bigdecimal/bigdecimal.gemspec
@@ -1,5 +1,5 @@
# -*- ruby -*-
-_VERSION = "1.2.7"
+_VERSION = "1.2.8"
date = %w$Date:: $[1]
Gem::Specification.new do |s|