aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-01-16 15:05:46 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-01-16 19:42:52 +0900
commitc143a2f9476073e3ced746009b10c81e68ec22bb (patch)
tree5f7ecdca3c608e8c6a40d99d5ee711b09474a7c4
parent0ed71b37fa9af134fdd5a7fd1cebd171eba83541 (diff)
downloadruby-c143a2f9476073e3ced746009b10c81e68ec22bb.tar.gz
[ruby/io-console] bump up to 0.5.7
https://github.com/ruby/io-console/commit/f55d7ebff6
-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 743e5e965d..8a0df83b2c 100644
--- a/ext/io/console/io-console.gemspec
+++ b/ext/io/console/io-console.gemspec
@@ -1,5 +1,5 @@
# -*- ruby -*-
-_VERSION = "0.5.6"
+_VERSION = "0.5.7"
Gem::Specification.new do |s|
s.name = "io-console"