From 989e22f394c48aae301a0239cad14871dfa96d43 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 28 Mar 2021 23:42:38 +0900 Subject: [PATCH] [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 --- ext/io/console/io-console.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"