[前][次][番号順一覧][スレッド一覧]

ruby-changes:27220

From: nobu <ko1@a...>
Date: Sat, 16 Feb 2013 13:13:18 +0900 (JST)
Subject: [ruby-changes:27220] nobu:r39272 (trunk): io/console: 0.4.2

nobu	2013-02-16 13:13:07 +0900 (Sat, 16 Feb 2013)

  New Revision: 39272

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39272

  Log:
    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]

  Modified files:
    trunk/ChangeLog
    trunk/ext/io/console/io-console.gemspec

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 39271)
+++ ChangeLog	(revision 39272)
@@ -1,4 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
-Sat Feb 16 12:47:19 2013  Nobuyoshi Nakada  <nobu@r...>
+Sat Feb 16 13:13:04 2013  Nobuyoshi Nakada  <nobu@r...>
+
+	* 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.
 
Index: ext/io/console/io-console.gemspec
===================================================================
--- ext/io/console/io-console.gemspec	(revision 39271)
+++ ext/io/console/io-console.gemspec	(revision 39272)
@@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/ext/io/console/io-console.gemspec#L1
 # -*- 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| https://github.com/ruby/ruby/blob/trunk/ext/io/console/io-console.gemspec#L9
   s.summary = "Console interface"
   s.email = "nobu@r..."
   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 = %[.]

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]