Commit graph

13 commits

Author SHA1 Message Date
minskim
8faabb4557 Update rubygems to 0.9.4.
Changes:
* Several people have been experiencing problems with no method errors
  on the source index cache.  The source index cache is now a bit more
  self healing.  Furthermore, if the source index cache is
  irreparable, then it is automatically dropped and reloaded.
* The source cache files may now be dropped with the "gem sources
  --clear-all" command.  (This command may require root is the system
  source cache is in a root protected area).
* Several sub-commands were accidently dropped from the "gem" command.
  These commands have been restored.
2007-05-30 19:09:33 +00:00
minskim
a26a154c12 Update rubygems to 0.9.3.
This is a maintenance release of RubyGems that fixs a problem
with ZLib on Windows platforms.
2007-05-23 01:51:19 +00:00
minskim
f794d9ad07 Make REPLACE_FILE_PAT more restrictive not to attempt to modify
non-ruby files.  This makes the package build on Darwin.
2007-04-27 19:31:08 +00:00
minskim
aa75317196 Update rubygems to 0.9.2.
Major changes since 0.9.0:
* RubyGems no longer allows installation of files outside the gem directory
* #require_gem will now print a warning, use #gem instead
* RubyGems now requires ruby 1.8.2 or greater
* RubyGems is -w clean
* The "unpack" command now works properly.
* User name and password are now passed properly to the authenticating
   proxy when downloading gems.
2007-04-23 03:21:04 +00:00
salo
ee6059cd21 Add missing rcsid. 2007-02-03 20:42:33 +00:00
taca
1e9ddd06c8 Add a patch to fix security problem of RubyGems 0.9.0 and prior.
(http://www.frsirt.com/english/advisories/2007/0295)

Bump PKGREVISION.
2007-01-28 16:08:55 +00:00
cube
7e61227538 Add a patch to make "gem contents" work.
http://rubyforge.org/tracker/index.php?func=detail&aid=6032&group_id=126&atid=575
2006-10-05 09:30:27 +00:00
taca
39a1b534b3 Sort PLIST. 2006-09-07 15:51:25 +00:00
taca
5a5bb9c1be Update rubygems to 0.9.0:
- update HOMEPAGE.
- Many chages to write here, please see ChangeLog file.
2006-08-07 16:12:27 +00:00
taca
dccd827fac Stop handling DIST_SUBDIR default for Ruby based packages.
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-03 14:25:49 +00:00
taca
5f0adcb4f0 - remove dependency to ruby-digest, ruby-openssl and ruby-zlib packages.
- require Ruby 1.8.3 or lator.

Bump PKGREVISION.
2005-11-03 05:12:42 +00:00
jlam
79201920ba Update misc/rubygems to 0.8.11. Changes from version 0.8.10 include:
* Improved dependency checks and installation via gems.
    * .gemrc now allows setting default options per gem sub-command.
    * Wrappers and/or symlinks are created as needd to put executables
      into the ruby bindir.
    * Creating and checking digital signatures on gems.
2005-08-18 05:43:32 +00:00
minskim
7192354855 Import rubygems.
RubyGems is a way to package Ruby libraries/applications for
distribution, its a distribution manager, its a package manager.
RubyGems brings to the world of Ruby a very valuable capability--the
ability to manage concurrent versions of libraries and dependencies
between those libraries.  This last aspect of RubyGems is one of the
most important to the end user, because its value is continuous as you
use and program Ruby, but to understand its impact an explanation of
how Ruby manages libraries is in order.
2005-04-10 01:01:33 +00:00