Commit Graph

13 Commits

Author SHA1 Message Date
jeremy
922d83ee7b Update to rubygems 1.8.23, fixes SSL security issues when installing
gems.
2012-04-27 18:41:07 +00:00
jeremy
96c8b1cf87 Update to rubygems 1.8.10. This makes the ruby 1.8 version
of rubygems pretty much the same as the version that ships with
with ruby 1.9.3.
2011-11-08 23:44:12 +00:00
jeremy
2a9bbcdcc4 Remove --skip-depends and --default-source-index gem install options,
no longer needed.

OK landry@
2010-11-08 23:21:47 +00:00
jeremy
b3b474bb7a This adds an ugly hack to make gem install --user-install work
for gems with native extensions. Without this, it calls
/usr/bin/install -o root -g bin as a regular user, which fails due
to permission issues. This removes the -o root -g bin, so it can
succeed as a regular user.

Regen patches while here.

Idea to just remove -o root -g bin instead of using cp -p from
landry@.

OK landry@
2010-10-06 18:12:19 +00:00
bernd
0dd529a522 Update to ruby-gems-1.3.5.
From Jeremy Evans. Thank you!
2009-10-12 17:18:00 +00:00
bernd
3da8093741 Update to ruby-gems-1.3.0.
Initial diff for 1.2.0 from Jeremy Evans.
Some hints from sturm@.
2008-09-28 15:45:17 +00:00
bernd
1dd1f087e1 Update to ruby-gems-1.1.1. 2008-06-17 22:42:59 +00:00
bernd
4d7d6446a5 Update to ruby-gems-1.0.1.
help & testing jcs@, msf@

ok jcs@
2008-01-12 14:51:15 +00:00
bernd
c5d1f4082f Actually remove the skipped gem from the dependency chain so that it
doesn't end up in the .gemspec file.
2007-11-13 17:27:17 +00:00
bernd
b36cc7c6f9 Add a --skip-dependencies option to the gem install command.
This can be used to ignore bogus gem depends.

ok jcs, "sounds reasonable but I haven't really looked at it" msf@
2007-11-13 16:02:35 +00:00
jcs
571399098f move local build lib to the front of the line so we don't pick up a
currently installed gems when upgrading

noticed by and ok espie@
2007-06-04 15:22:03 +00:00
jcs
492dbe1d7d update to gems 0.9.4 2007-05-30 23:34:36 +00:00
bernd
5e3bbf0e54 Update to ruby-gems-0.9.0 and backport some code from the gems subversion
repository to fix building of native extensions. (sigh!)

A summary of changes can be found here:
http://rubyforge.org/forum/forum.php?forum_id=7575

ok msf@, sturm@
2006-10-19 00:53:55 +00:00