зеркало из https://github.com/github/ruby.git
* ext/bigdecimal/bigdecimal.gemspec: Remove Gem::Specification#date
We should rely on rubygems to create the date the gem was released for each version. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43841 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
336eb217e6
Коммит
a7925537d4
|
@ -1,3 +1,9 @@
|
|||
Mon Nov 25 14:25:08 2013 Zachary Scott <e@zzak.io>
|
||||
|
||||
* ext/bigdecimal/bigdecimal.gemspec: Remove Gem::Specification#date
|
||||
We should rely on rubygems to create the date the gem was released
|
||||
for each version.
|
||||
|
||||
Mon Nov 25 06:53:30 2013 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* internal.h: do not use ruby_sized_xrealloc() and ruby_sized_xfree()
|
||||
|
|
|
@ -4,7 +4,6 @@ _VERSION = "1.2.2"
|
|||
Gem::Specification.new do |s|
|
||||
s.name = "bigdecimal"
|
||||
s.version = _VERSION
|
||||
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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче