diff options
author | jlam <jlam@pkgsrc.org> | 2008-03-31 15:40:43 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-03-31 15:40:43 +0000 |
commit | d91a58200f162722e454b90eb27758bae1f7c2ee (patch) | |
tree | 878a9fa1c255b45bef9e83646524282b9d46dad4 /doc | |
parent | 17e1455ab1d3f4e2699854cf8bfd8ff64fd885ef (diff) | |
download | pkgsrc-d91a58200f162722e454b90eb27758bae1f7c2ee.tar.gz |
Update rubygems to 1.1.0. Changes from version 1.0.1 include:
+ Port patches to allow gems to be installed into an "installion root"
from 1.0.1nb2.
+ Rename the --build-root option to --install-root, which more accurately
reflects the purpose of the option.
+ Update rubygem.mk to work with rubygems-1.1.0.
+ Require 1.1.0 as the minimum rubygems version for the build.
+ Remove GEM_FORMAT and special code to extract the gemspec file
from a gem archive -- `gem spec' can now do it correctly by itself.
+ Rename various *buildroot* targets to *install-root* to match the
name of the `gem' option.
* RubyGems now uses persistent connections on index updates and only
updates from a latest index by default, cutting candidate gems for
updates to roughly 1/4 (at present). Index updates are much faster
now.
* `gem list -r` may only show the latest version of a gem, add --all to
see all gems.
* `gem spec` now extracts specifications from .gem files.
* `gem query --installed` to aid automation of checking for gems.
This update has been tested with the 3 packages in pkgsrc that install
using the ``gem'' command:
devel/rubyforge
misc/ruby-gem_plugin
www/mongrel
This update has also been tested with the 129 packages in my local
tree that install using the ``gem'' command.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions