ruby-changes:41169
From: nobu <ko1@a...>
Date: Tue, 22 Dec 2015 22:15:19 +0900 (JST)
Subject: [ruby-changes:41169] nobu:r53242 (trunk): io-console.gemspec: bump up
nobu 2015-12-22 22:15:11 +0900 (Tue, 22 Dec 2015) New Revision: 53242 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53242 Log: io-console.gemspec: bump up * ext/io/console/io-console.gemspec: bump up to 0.4.4. Modified files: trunk/ChangeLog trunk/NEWS trunk/ext/io/console/io-console.gemspec Index: ChangeLog =================================================================== --- ChangeLog (revision 53241) +++ ChangeLog (revision 53242) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Dec 22 22:15:08 2015 Nobuyoshi Nakada <nobu@r...> + + * ext/io/console/io-console.gemspec: bump up to 0.4.4. + Tue Dec 22 22:11:06 2015 SHIBATA Hiroshi <hsbt@r...> * NEWS: Added news entry of Psych 2.0.17 Index: ext/io/console/io-console.gemspec =================================================================== --- ext/io/console/io-console.gemspec (revision 53241) +++ ext/io/console/io-console.gemspec (revision 53242) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/ext/io/console/io-console.gemspec#L1 # -*- ruby -*- -_VERSION = "0.4.3" +_VERSION = "0.4.4" date = %w$Date:: $[1] Gem::Specification.new do |s| Index: NEWS =================================================================== --- NEWS (revision 53241) +++ NEWS (revision 53242) @@ -257,6 +257,9 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L257 * 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] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/