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

* NEWS: Added RubyGems 2.0.0

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
drbrain 2012-11-30 07:06:01 +00:00
parent 8e2839ba2f
commit b5d8a0b339
2 changed files with 21 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Fri Nov 30 16:05:44 2012 Eric Hodel <drbrain@segment7.net>
* NEWS: Added RubyGems 2.0.0
Fri Nov 30 15:24:37 2012 Nobuyoshi Nakada <nobu@ruby-lang.org> Fri Nov 30 15:24:37 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
* parse.y (parser_yylex): fix false usage of local variable, it cannot * parse.y (parser_yylex): fix false usage of local variable, it cannot

17
NEWS
View file

@ -300,6 +300,23 @@ with all sufficient information, see the ChangeLog file.
XML document encoding. Without :encoding option, encoding in XML document encoding. Without :encoding option, encoding in
XML declaration is used for XML document encoding. XML declaration is used for XML document encoding.
* RubyGems
* Updated to 2.0.0.preview2
RubyGems 2.0.0 features the following improvements:
* Improved support for default gems shipping with ruby 2.0.0+
* A gem can have arbitrary metadata through Gem::Specification#metadata
* `gem search` now defaults to --remote and is anchored like gem list.
* Added --document to replace --rdoc and --ri. Use --no-document to
disable documentation, --document=rdoc to only generate rdoc.
* Only ri-format documentation is generated by default.
* `gem server` uses RDoc::Servlet from RDoc 4.0 to generate HTML
documentation.
For an expanded list of updates and bug fixes see:
https://github.com/rubygems/rubygems/blob/master/History.txt
* shellwords * shellwords
* Shellwords#shellescape() now stringifies the given object using to_s. * Shellwords#shellescape() now stringifies the given object using to_s.
* Shellwords#shelljoin() accepts non-string objects in the given * Shellwords#shelljoin() accepts non-string objects in the given