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:
parent
9d57cf8809
commit
3f90a4ae1e
3 changed files with 8 additions and 1 deletions
|
@ -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>
|
Tue Dec 22 22:11:06 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||||
|
|
||||||
* NEWS: Added news entry of Psych 2.0.17
|
* NEWS: Added news entry of Psych 2.0.17
|
||||||
|
|
3
NEWS
3
NEWS
|
@ -257,6 +257,9 @@ with all sufficient information, see the ChangeLog file.
|
||||||
* Fiddle
|
* Fiddle
|
||||||
* Fiddle::Function#call releases the GVL. [Feature #11607]
|
* Fiddle::Function#call releases the GVL. [Feature #11607]
|
||||||
|
|
||||||
|
* io-console
|
||||||
|
* Update to io-console 0.4.4
|
||||||
|
|
||||||
* lib/base64.rb
|
* lib/base64.rb
|
||||||
* Base64.urlsafe_encode64: added a "padding" option to suppress
|
* Base64.urlsafe_encode64: added a "padding" option to suppress
|
||||||
the padding character ("="). [Feature #10740]
|
the padding character ("="). [Feature #10740]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# -*- ruby -*-
|
# -*- ruby -*-
|
||||||
_VERSION = "0.4.3"
|
_VERSION = "0.4.4"
|
||||||
date = %w$Date:: $[1]
|
date = %w$Date:: $[1]
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
|
|
Loading…
Reference in a new issue