aboutsummaryrefslogtreecommitdiffstats
path: root/ext
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
commit5db09062bbb5d0934a13ceebf01b49bc2527546e (patch)
tree6feaddc31f4564cf11d11f193b11fe1b16ec5cca /ext
parent993dedea514fa0709f54ff2e13311b69553b22c7 (diff)
downloadruby-5db09062bbb5d0934a13ceebf01b49bc2527546e.tar.gz
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')
-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|