diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-12-17 13:57:58 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-12-17 13:57:58 +0900 |
commit | e36319249b1a9967a83e66df2661769c136594ad (patch) | |
tree | ac8e8861d08a158144a7360ea32d6ca9b116d803 /ext | |
parent | b39d5da97426c6f65e2b39b307ce19d774d93ddd (diff) | |
download | ruby-e36319249b1a9967a83e66df2661769c136594ad.tar.gz |
[ruby/io-console] bump up to 0.5.2
Diffstat (limited to 'ext')
-rw-r--r-- | ext/io/console/io-console.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec index bf65dac58d..b592d54c92 100644 --- a/ext/io/console/io-console.gemspec +++ b/ext/io/console/io-console.gemspec @@ -1,5 +1,5 @@ # -*- ruby -*- -_VERSION = "0.5.1" +_VERSION = "0.5.2" date = %w$Date:: $[1] Gem::Specification.new do |s| |