summaryrefslogtreecommitdiff
path: root/ext/io/console/io-console.gemspec
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-03 08:22:43 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-03 08:22:43 +0000
commit80455c0d97ccf7dddaaeb871a118e3637760f91f (patch)
treee0852bd384a9ac9f38c10c257b89c3342dab4015 /ext/io/console/io-console.gemspec
parentb3d12956b49c2d085eccb90ada1eb3d98e836ac7 (diff)
* 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
Diffstat (limited to 'ext/io/console/io-console.gemspec')
-rw-r--r--ext/io/console/io-console.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec
index d75df2e031..ec797bcf52 100644
--- a/ext/io/console/io-console.gemspec
+++ b/ext/io/console/io-console.gemspec
@@ -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."