mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/bigdecimal/bigdecimal.gemspec: bump to 1.2.0.
[ruby-core:51777] [Bug #7761] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7ffd5405bd
commit
c42cf83f26
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue Feb 19 20:50:00 2013 Kenta MURATA <mrkn@mrkn.jp>
|
||||
|
||||
* ext/bigdecimal/bigdecimal.gemspec: bump to 1.2.0.
|
||||
[ruby-core:51777] [Bug #7761]
|
||||
|
||||
Tue Feb 19 13:07:25 2013 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* ext/syslog/syslog.c (Init_syslog): Define inspect as a singleton
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue