summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-24 07:58:55 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-24 07:58:55 +0000
commit5dabe22803beaf05dc0b1e690e82dcdbfbbdf126 (patch)
tree7b04908dffd13bdbecd39e40034fb3c4c7622311
parentc81c3efa1f8465f6e9bcc1a49a208ae4bc30f96b (diff)
* ext/io/console/io-console.gemspec: bump. [Backport #7891]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ext/io/console/io-console.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec
index 2c65db9c3f..fd8a9aaf3e 100644
--- a/ext/io/console/io-console.gemspec
+++ b/ext/io/console/io-console.gemspec
@@ -1,5 +1,5 @@
# -*- ruby -*-
-_VERSION = "0.4.1"
+_VERSION = "0.4.2"
date = %w$Date:: $[1]
Gem::Specification.new do |s|