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

* NEWS: Mentioned rubygems-2.5.1

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53033 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2015-12-11 02:58:52 +00:00
parent 0c5841bead
commit 5e69854daf
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Fri Dec 11 11:58:46 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* NEWS: Mentioned rubygems-2.5.1
Fri Dec 11 11:52:39 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* lib/rubygems: Update to RubyGems 2.5.1

7
NEWS
View file

@ -260,6 +260,13 @@ with all sufficient information, see the ChangeLog file.
* Connections are in passive mode per default now. The default mode can
be changed by Net::FTP.default_passive=. [Feature #11612]
* RubyGems
* Updated to RubyGems 2.5.1. For full release notes see:
http://docs.seattlerb.org/rubygems/History_txt.html#label-2.5.0+-2F+2015-11-03
and
http://docs.seattlerb.org/rubygems/History_txt.html#label-2.5.1+-2F+2015-12-10
* Rake
* Rake is removed from stdlib. [Feature #11025]