From 78b50f26dc14fddeeafae5121b6cd97be735680d Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 16 Feb 2013 04:13:07 +0000 Subject: io/console: 0.4.2 * ext/io/console/io-console.gemspec: bump to 0.4.2. now explicitly requires ruby 1.9.3 or later. [Bug #7847] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/io/console/io-console.gemspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec index 2c65db9c3f..9187e9f777 100644 --- a/ext/io/console/io-console.gemspec +++ b/ext/io/console/io-console.gemspec @@ -1,5 +1,5 @@ # -*- ruby -*- -_VERSION = "0.4.1" +_VERSION = "0.4.2" date = %w$Date:: $[1] Gem::Specification.new do |s| @@ -9,6 +9,7 @@ Gem::Specification.new do |s| s.summary = "Console interface" s.email = "nobu@ruby-lang.org" s.description = "add console capabilities to IO instances." + s.required_ruby_version = ">= 1.9.3" s.homepage = "http://www.ruby-lang.org" s.authors = ["Nobu Nakada"] s.require_path = %[.] -- cgit v1.2.3