io-console.gemspec: limit date length
* ext/io/console/io-console.gemspec: limit Date keyword length to get rid of locale format. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
36ed400fe3
commit
1a15c3770e
@ -1,6 +1,6 @@
|
||||
# -*- ruby -*-
|
||||
_VERSION = "0.4.0.1"
|
||||
date = %w$Date$[1]
|
||||
date = %w$Date:: $[1]
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "io-console"
|
||||
|
Loading…
x
Reference in New Issue
Block a user