diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-04-15 06:15:54 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-04-15 06:15:54 +0000 |
commit | 53d48629527bcfc7720499e877acba67e5825412 (patch) | |
tree | 7397a0b190f80dbbe584edcd7754e856a38239be | |
parent | 741229b41360000f3ac0e33f9a18f0f4f0cac07c (diff) |
io/console: bump up
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ext/io/console/io-console.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec index 2c5ce6b578..d7414bb706 100644 --- a/ext/io/console/io-console.gemspec +++ b/ext/io/console/io-console.gemspec @@ -1,5 +1,5 @@ # -*- ruby -*- -_VERSION = "0.4.5" +_VERSION = "0.4.6" date = %w$Date:: $[1] Gem::Specification.new do |s| |