pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/rubygems
Module Name: pkgsrc
Committed By: minskim
Date: Tue Apr 7 07:35:44 UTC 2009
Modified Files:
pkgsrc/misc/rubygems: Makefile distinfo rubygem.mk
pkgsrc/misc/rubygems/patches: patch-ab patch-ad patch-ag patch-aj
patch-ak
Log Message:
Update rubygems to 1.3.1.
New features since 1.2.0:
* RubyGems doesn't print LOCAL/REMOTE titles for `gem query` and friends if
stdout is not a TTY, except with --both.
* Added Gem.find_files, allows a gem to discover features provided by other
gems.
* Added pre/post (un)install hooks for packagers of RubyGems. (Not for gems
themselves).
* RubyGems now installs gems into ~/.gem if GEM_HOME is not writable. Use
--no-user-install command-line switch to disable this behavior.
* Fetching specs for update now uses If-Modified-Since requests.
* RubyGems now updates the ri cache when the rdoc gem is installed and
documentation is generated.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/misc/rubygems/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/misc/rubygems/distinfo
cvs rdiff -u -r1.39 -r1.40 pkgsrc/misc/rubygems/rubygem.mk
cvs rdiff -u -r1.8 -r1.9 pkgsrc/misc/rubygems/patches/patch-ab
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/rubygems/patches/patch-ad
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/rubygems/patches/patch-ag \
pkgsrc/misc/rubygems/patches/patch-aj \
pkgsrc/misc/rubygems/patches/patch-ak
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index