aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-10 10:05:25 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-10 16:06:11 +0900
commit0c2787b9b29d839876ac68afbd6209a8407fcb30 (patch)
treed330f80265bcddfe8c970f07e664bd93eb512949 /ext
parent1bdabaa6b13344c195698ca5b0ced323cb93e2e1 (diff)
downloadruby-0c2787b9b29d839876ac68afbd6209a8407fcb30.tar.gz
[ruby/io-console] bump up to 0.5.0
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 eab5517676..44b2abaa60 100644
--- a/ext/io/console/io-console.gemspec
+++ b/ext/io/console/io-console.gemspec
@@ -1,5 +1,5 @@
# -*- ruby -*-
-_VERSION = "0.4.9"
+_VERSION = "0.5.0"
date = %w$Date:: $[1]
Gem::Specification.new do |s|