summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-25 00:18:25 +0900
committerNARUSE, Yui <naruse@airemix.jp>2021-12-25 18:55:32 +0900
commite748dfb9a08935a13defb4646259ea4ca1480c53 (patch)
tree982930b5582668e787f1db5cf478d46a67e9a86a /ext
parentf5ddb96c49f6d542b96486e4ad332246ee62d01c (diff)
[ruby/io-console] bump up to 0.5.10
https://github.com/ruby/io-console/commit/806c65e22b (cherry picked from commit 8247b193c0dd06db9ea56812954dda8fed89458d)
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 ae27af956f..36beda7703 100644
--- a/ext/io/console/io-console.gemspec
+++ b/ext/io/console/io-console.gemspec
@@ -1,5 +1,5 @@
# -*- ruby -*-
-_VERSION = "0.5.9"
+_VERSION = "0.5.10"
Gem::Specification.new do |s|
s.name = "io-console"