mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/io/console/io-console.gemspec: fix date.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b3d12956b4
commit
80455c0d97
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
# -*- ruby -*-
|
||||
_VERSION = "0.4"
|
||||
_VERSION = "0.4.0.1"
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "io-console"
|
||||
s.version = _VERSION
|
||||
s.date = "2011-06-24"
|
||||
s.date = "2013-02-03"
|
||||
s.summary = "Console interface"
|
||||
s.email = "nobu@ruby-lang.org"
|
||||
s.description = "add console capabilities to IO instances."
|
||||
|
|
Loading…
Add table
Reference in a new issue