ruby-changes:25983
From: drbrain <ko1@a...>
Date: Fri, 30 Nov 2012 16:06:20 +0900 (JST)
Subject: [ruby-changes:25983] drbrain:r38040 (trunk): * NEWS: Added RubyGems 2.0.0
drbrain 2012-11-30 16:06:01 +0900 (Fri, 30 Nov 2012) New Revision: 38040 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38040 Log: * NEWS: Added RubyGems 2.0.0 Modified files: trunk/ChangeLog trunk/NEWS Index: ChangeLog =================================================================== --- ChangeLog (revision 38039) +++ ChangeLog (revision 38040) @@ -1,3 +1,7 @@ +Fri Nov 30 16:05:44 2012 Eric Hodel <drbrain@s...> + + * NEWS: Added RubyGems 2.0.0 + Fri Nov 30 15:24:37 2012 Nobuyoshi Nakada <nobu@r...> * parse.y (parser_yylex): fix false usage of local variable, it cannot Index: NEWS =================================================================== --- NEWS (revision 38039) +++ NEWS (revision 38040) @@ -300,6 +300,23 @@ XML document encoding. Without :encoding option, encoding in 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#shellescape() now stringifies the given object using to_s. * Shellwords#shelljoin() accepts non-string objects in the given -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/