Subject: CVS commit: pkgsrc/misc/rubygems
From: Min Sik Kim
Date: 2009-06-10 23:44:31
Message id: 20090610214431.B0C90175D0@cvs.netbsd.org

Log Message:
Update rubygems to 1.3.4.

New features since 1.3.1:
* RubyGems now loads plugins from rubygems_plugin.rb in installed gems.
This can be used to add commands (See Gem::CommandManager) or add
install/uninstall hooks (See Gem::Installer and Gem::Uninstaller).
* Gem::Version now understands prerelease versions using letters. (eg.
'1.2.1.b') Thanks to Josh Susser, Alex Vollmer and Phil Hagelberg.
* RubyGems now includes a Rake task for creating gems which replaces rake's
Rake::GemPackageTask. See Gem::PackageTask.
* Gem::find_files now returns paths in $LOAD_PATH.
* Added Gem::promote_load_path for use with Gem::find_files
* Added Gem::bin_path to make finding executables easier. Patch #24114 by
James Tucker.
* Various improvements to build arguments for installing gems.
* `gem contents` added --all and --no-prefix.
* Gem::Specification
* #validate strips directories and errors on not-files.
* #description no longer removes newlines.
* #name must be a String.
* FIXME and TODO are no longer allowed in various fields.
* Added support for a license attribute. Feature #11041 (partial).
* Removed Gem::Specification::list, too much process growth. Bug #23668 by
Steve Purcell.
* `gem generate_index`
* Can now generate an RSS feed.
* Modern indicies can now be updated incrementally.
* Legacy indicies can be updated separately from modern.
* `gem server` allows port names (from /etc/services) with --port.
* `gem server` now has search that jumps to RDoc. Patch #22959 by Vladimir
Dobriakov.
* `gem spec` can retrieve single fields from a spec (like `gem spec rake
authors`).
* Gem::Specification#has_rdoc= is deprecated and ignored (defaults to true)
* RDoc is now generated regardless of Gem::Specification#has_rdoc?

Files:
RevisionActionfile
1.24modifypkgsrc/misc/rubygems/Makefile
1.11modifypkgsrc/misc/rubygems/PLIST
1.20modifypkgsrc/misc/rubygems/distinfo
1.41modifypkgsrc/misc/rubygems/rubygem.mk
1.10modifypkgsrc/misc/rubygems/patches/patch-ab
1.4modifypkgsrc/misc/rubygems/patches/patch-ac
1.5modifypkgsrc/misc/rubygems/patches/patch-ad
1.3modifypkgsrc/misc/rubygems/patches/patch-af
1.4modifypkgsrc/misc/rubygems/patches/patch-ag
1.5modifypkgsrc/misc/rubygems/patches/patch-ah
1.4modifypkgsrc/misc/rubygems/patches/patch-aj
1.5removepkgsrc/misc/rubygems/patches/patch-aa