1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/bigdecimal/bigdecimal.gemspec: bump BigDecimal to 1.2.3 for

proper release date in RubyGems


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43842 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2013-11-25 05:35:18 +00:00
parent a7925537d4
commit b514742374
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Mon Nov 25 14:34:42 2013 Zachary Scott <e@zzak.io>
* ext/bigdecimal/bigdecimal.gemspec: bump BigDecimal to 1.2.3 for
proper release date in RubyGems
Mon Nov 25 14:25:08 2013 Zachary Scott <e@zzak.io>
* ext/bigdecimal/bigdecimal.gemspec: Remove Gem::Specification#date

View file

@ -1,5 +1,5 @@
# -*- ruby -*-
_VERSION = "1.2.2"
_VERSION = "1.2.3"
Gem::Specification.new do |s|
s.name = "bigdecimal"