ruby-changes:26979
From: nobu <ko1@a...>
Date: Sun, 3 Feb 2013 16:54:40 +0900 (JST)
Subject: [ruby-changes:26979] nobu:r39031 (trunk): io-console.gemspec: bump
nobu 2013-02-03 16:54:29 +0900 (Sun, 03 Feb 2013) New Revision: 39031 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39031 Log: io-console.gemspec: bump * ext/io/console/io-console.gemspec: bump. [Bug #7762] Modified files: trunk/ChangeLog trunk/NEWS trunk/ext/io/console/io-console.gemspec Index: ChangeLog =================================================================== --- ChangeLog (revision 39030) +++ ChangeLog (revision 39031) @@ -1,4 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 -Sun Feb 3 16:54:22 2013 Nobuyoshi Nakada <nobu@r...> +Sun Feb 3 16:54:27 2013 Nobuyoshi Nakada <nobu@r...> + + * ext/io/console/io-console.gemspec: bump. [Bug #7762] * test/io/console/test_io_console.rb (test_stringio_getch): use more descriptive assertions. Index: ext/io/console/io-console.gemspec =================================================================== --- ext/io/console/io-console.gemspec (revision 39030) +++ ext/io/console/io-console.gemspec (revision 39031) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/ext/io/console/io-console.gemspec#L1 # -*- ruby -*- -_VERSION = "0.3" +_VERSION = "0.4" Gem::Specification.new do |s| s.name = "io-console" Index: NEWS =================================================================== --- NEWS (revision 39030) +++ NEWS (revision 39031) @@ -213,6 +213,13 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L213 * iconv * Iconv has been removed. Use String#encode instead. +* io/console + * new methods: + * added IO#cooked which sets the terminal to cooked mode within the given block. + * added IO#cooked! which sets the terminal to cooked. + * extended method: + * IO#raw, IO#raw!, and IO#getch accept keyword arguments, :min and :time. + * io/wait * new features: * added IO#wait_writable method. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/