bigdecimal.gemspec: date

* ext/bigdecimal/bigdecimal.gemspec: revert Gem::Specification#date
  for snapshot/release tarballs.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-11-26 01:57:55 +00:00
parent 302743d3e7
commit 78acdaca3c
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Tue Nov 26 10:57:49 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/bigdecimal/bigdecimal.gemspec: revert Gem::Specification#date
for snapshot/release tarballs.
Tue Nov 26 06:42:50 2013 Aman Gupta <ruby@tmm1.net>
* NEWS: Add ObjectSpace.after_gc_{start,end}_hook=

View File

@ -1,9 +1,11 @@
# -*- ruby -*-
_VERSION = "1.2.3"
date = %w$Date:: $[1]
Gem::Specification.new do |s|
s.name = "bigdecimal"
s.version = _VERSION
s.date = date
s.summary = "Arbitrary-precision decimal floating-point number library."
s.homepage = "http://www.ruby-lang.org"
s.email = "mrkn@mrkn.jp"