ruby-changes:27269
From: mrkn <ko1@a...>
Date: Tue, 19 Feb 2013 20:50:59 +0900 (JST)
Subject: [ruby-changes:27269] mrkn:r39321 (trunk): * ext/bigdecimal/bigdecimal.gemspec: bump to 1.2.0.
mrkn 2013-02-19 20:50:48 +0900 (Tue, 19 Feb 2013) New Revision: 39321 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39321 Log: * ext/bigdecimal/bigdecimal.gemspec: bump to 1.2.0. [ruby-core:51777] [Bug #7761] Modified files: trunk/ChangeLog trunk/ext/bigdecimal/bigdecimal.gemspec Index: ChangeLog =================================================================== --- ChangeLog (revision 39320) +++ ChangeLog (revision 39321) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Feb 19 20:50:00 2013 Kenta MURATA <mrkn@m...> + + * ext/bigdecimal/bigdecimal.gemspec: bump to 1.2.0. + [ruby-core:51777] [Bug #7761] + Tue Feb 19 13:07:25 2013 Akinori MUSHA <knu@i...> * ext/syslog/syslog.c (Init_syslog): Define inspect as a singleton Index: ext/bigdecimal/bigdecimal.gemspec =================================================================== --- ext/bigdecimal/bigdecimal.gemspec (revision 39320) +++ ext/bigdecimal/bigdecimal.gemspec (revision 39321) @@ -1,10 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ext/bigdecimal/bigdecimal.gemspec#L1 # -*- 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@m..." -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/