From b3d12956b49c2d085eccb90ada1eb3d98e836ac7 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 3 Feb 2013 07:54:29 +0000 Subject: io-console.gemspec: bump * ext/io/console/io-console.gemspec: bump. [Bug #7762] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 +++- NEWS | 7 +++++++ ext/io/console/io-console.gemspec | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9e1acfef9a..86ca3f714e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ -Sun Feb 3 16:54:22 2013 Nobuyoshi Nakada +Sun Feb 3 16:54:27 2013 Nobuyoshi Nakada + + * ext/io/console/io-console.gemspec: bump. [Bug #7762] * test/io/console/test_io_console.rb (test_stringio_getch): use more descriptive assertions. diff --git a/NEWS b/NEWS index fcb2c61ab2..25c578f4a9 100644 --- a/NEWS +++ b/NEWS @@ -213,6 +213,13 @@ with all sufficient information, see the ChangeLog file. * 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. diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec index 66b3165967..d75df2e031 100644 --- a/ext/io/console/io-console.gemspec +++ b/ext/io/console/io-console.gemspec @@ -1,5 +1,5 @@ # -*- ruby -*- -_VERSION = "0.3" +_VERSION = "0.4" Gem::Specification.new do |s| s.name = "io-console" -- cgit v1.2.3