summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-23 03:13:36 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-23 03:13:36 +0000
commit3ecab2256f7924a918e962f7e9da624d141435c5 (patch)
treea9039b9ce6fc3bae8b4e456dc8e91b6ae348faad
parente748726a0b3ef5681969f299499ee73e3f323602 (diff)
merge revision(s) 39321:
* ext/bigdecimal/bigdecimal.gemspec: bump to 1.2.0. [ruby-core:51777] [Bug #7761] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39416 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog9
-rw-r--r--ext/bigdecimal/bigdecimal.gemspec4
2 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4071271245..a3d5dfe9e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
+Tue Feb 23 12:07:00 2013 Kenta MURATA <mrkn@mrkn.jp>
+
+ * backport r39321 from trunk. [ruby-core:51777] [Bug #7761]
+
+ * ext/bigdecimal/bigdecimal.gemspec: bump to 1.2.0.
+ [ruby-core:51777] [Bug #7761]
+
Sat Feb 23 08:57:46 2013 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
- * backport r39410 from trunk
+ * backport r39410 from trunk
* doc/NEWS-*: Update NEWS from their respective branches
diff --git a/ext/bigdecimal/bigdecimal.gemspec b/ext/bigdecimal/bigdecimal.gemspec
index 362808c4e3..4240f827e4 100644
--- a/ext/bigdecimal/bigdecimal.gemspec
+++ b/ext/bigdecimal/bigdecimal.gemspec
@@ -1,10 +1,10 @@
# -*- ruby -*-
-_VERSION = "1.1.0"
+_VERSION = "1.2.0"
Gem::Specification.new do |s|
s.name = "bigdecimal"
s.version = _VERSION
- s.date = "2011-07-30"
+ s.date = "2012-02-19"
s.summary = "Arbitrary-precision decimal floating-point number library."
s.homepage = "http://www.ruby-lang.org"
s.email = "mrkn@mrkn.jp"