summaryrefslogtreecommitdiff
path: root/ext/io/console
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-22 13:15:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-22 13:15:11 +0000
commit3f90a4ae1e5a6c3dcf83ece419019a1797caed04 (patch)
tree6feaddc31f4564cf11d11f193b11fe1b16ec5cca /ext/io/console
parent9d57cf88098951aea06ff0743451d6ea31a1fb38 (diff)
io-console.gemspec: bump up
* ext/io/console/io-console.gemspec: bump up to 0.4.4. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/io/console')
-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 52ecdd9603..6482d4cc74 100644
--- a/ext/io/console/io-console.gemspec
+++ b/ext/io/console/io-console.gemspec
@@ -1,5 +1,5 @@
# -*- ruby -*-
-_VERSION = "0.4.3"
+_VERSION = "0.4.4"
date = %w$Date:: $[1]
Gem::Specification.new do |s|