From 4f7c0b27521b3537e525bb200e10012491354987 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 17 Dec 2014 08:17:49 +0000 Subject: [PATCH] io-console.gemspec: bump up * ext/io/console/io-console.gemspec: bump up to 0.4.3. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48878 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- 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 f71e1b9..309b9bd 100644 --- a/ext/io/console/io-console.gemspec +++ b/ext/io/console/io-console.gemspec @@ -1,5 +1,5 @@ # -*- ruby -*- -_VERSION = "0.4.2" +_VERSION = "0.4.3" date = %w$Date:: $[1] Gem::Specification.new do |s|