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:
parent
a7925537d4
commit
b514742374
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
Mon Nov 25 14:25:08 2013 Zachary Scott <e@zzak.io>
|
||||||
|
|
||||||
* ext/bigdecimal/bigdecimal.gemspec: Remove Gem::Specification#date
|
* ext/bigdecimal/bigdecimal.gemspec: Remove Gem::Specification#date
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# -*- ruby -*-
|
# -*- ruby -*-
|
||||||
_VERSION = "1.2.2"
|
_VERSION = "1.2.3"
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "bigdecimal"
|
s.name = "bigdecimal"
|
||||||
|
|
Loading…
Add table
Reference in a new issue