mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
b381a662fe
commit
b3d12956b4
3 changed files with 11 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
||||||
Sun Feb 3 16:54:22 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Sun Feb 3 16:54:27 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* ext/io/console/io-console.gemspec: bump. [Bug #7762]
|
||||||
|
|
||||||
* test/io/console/test_io_console.rb (test_stringio_getch): use more
|
* test/io/console/test_io_console.rb (test_stringio_getch): use more
|
||||||
descriptive assertions.
|
descriptive assertions.
|
||||||
|
|
7
NEWS
7
NEWS
|
@ -213,6 +213,13 @@ with all sufficient information, see the ChangeLog file.
|
||||||
* iconv
|
* iconv
|
||||||
* Iconv has been removed. Use String#encode instead.
|
* 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
|
* io/wait
|
||||||
* new features:
|
* new features:
|
||||||
* added IO#wait_writable method.
|
* added IO#wait_writable method.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# -*- ruby -*-
|
# -*- ruby -*-
|
||||||
_VERSION = "0.3"
|
_VERSION = "0.4"
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "io-console"
|
s.name = "io-console"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue