summaryrefslogtreecommitdiff
path: root/ext/io/console
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-03-28 23:42:38 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-03-28 23:42:38 +0900
commit989e22f394c48aae301a0239cad14871dfa96d43 (patch)
tree2fbbb6ee9b97fa75e16ccb0a3f74c80b0bc5fd34 /ext/io/console
parentf7faac13c6f7776cbdc20d8f59e33d26e30b93d0 (diff)
[ruby/io-console] bump up to 0.5.9
https://github.com/ruby/io-console/commit/302e86a28c https://github.com/ruby/io-console/commit/0690862526
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 0d6b7d64c1..5e875cc06e 100644
--- a/ext/io/console/io-console.gemspec
+++ b/ext/io/console/io-console.gemspec
@@ -1,5 +1,5 @@
# -*- ruby -*-
-_VERSION = "0.5.7"
+_VERSION = "0.5.9"
Gem::Specification.new do |s|
s.name = "io-console"