From b5d8a0b339321c1ba1453d9549d074148079707b Mon Sep 17 00:00:00 2001 From: drbrain Date: Fri, 30 Nov 2012 07:06:01 +0000 Subject: * NEWS: Added RubyGems 2.0.0 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 93fb40b4da..45d6363498 100644 --- a/NEWS +++ b/NEWS @@ -300,6 +300,23 @@ with all sufficient information, see the ChangeLog file. 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 -- cgit v1.2.3