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

io-console.gemspec: bump up

* ext/io/console/io-console.gemspec: bump up to 0.4.4.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2015-12-22 13:15:11 +00:00
parent 9d57cf8809
commit 3f90a4ae1e
3 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Tue Dec 22 22:15:08 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/io/console/io-console.gemspec: bump up to 0.4.4.
Tue Dec 22 22:11:06 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* NEWS: Added news entry of Psych 2.0.17

3
NEWS
View file

@ -257,6 +257,9 @@ with all sufficient information, see the ChangeLog file.
* Fiddle
* Fiddle::Function#call releases the GVL. [Feature #11607]
* io-console
* Update to io-console 0.4.4
* lib/base64.rb
* Base64.urlsafe_encode64: added a "padding" option to suppress
the padding character ("="). [Feature #10740]

View file

@ -1,5 +1,5 @@
# -*- ruby -*-
_VERSION = "0.4.3"
_VERSION = "0.4.4"
date = %w$Date:: $[1]
Gem::Specification.new do |s|