1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
nobu 2013-02-16 04:13:07 +00:00
parent 923b8c4eda
commit 78b50f26dc
2 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,7 @@
Sat Feb 16 12:47:19 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
Sat Feb 16 13:13:04 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/io/console/io-console.gemspec: bump to 0.4.2. now explicitly
requires ruby 1.9.3 or later. [Bug #7847]
* ext/io/console/console.c (console_dev): compatibility with ruby 1.8.

View file

@ -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 = %[.]