ruby-changes:31762
From: zzak <ko1@a...>
Date: Mon, 25 Nov 2013 14:26:00 +0900 (JST)
Subject: [ruby-changes:31762] zzak:r43841 (trunk): * ext/bigdecimal/bigdecimal.gemspec: Remove Gem::Specification#date
zzak 2013-11-25 14:25:53 +0900 (Mon, 25 Nov 2013) New Revision: 43841 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43841 Log: * ext/bigdecimal/bigdecimal.gemspec: Remove Gem::Specification#date We should rely on rubygems to create the date the gem was released for each version. Modified files: trunk/ChangeLog trunk/ext/bigdecimal/bigdecimal.gemspec Index: ChangeLog =================================================================== --- ChangeLog (revision 43840) +++ ChangeLog (revision 43841) @@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Mon Nov 25 14:25:08 2013 Zachary Scott <e@z...> + + * 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@a...> * internal.h: do not use ruby_sized_xrealloc() and ruby_sized_xfree() Index: ext/bigdecimal/bigdecimal.gemspec =================================================================== --- ext/bigdecimal/bigdecimal.gemspec (revision 43840) +++ ext/bigdecimal/bigdecimal.gemspec (revision 43841) @@ -4,7 +4,6 @@ _VERSION = "1.2.2" https://github.com/ruby/ruby/blob/trunk/ext/bigdecimal/bigdecimal.gemspec#L4 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@m..." -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/