Merge pull request #1128 from voxik/patch-1
[rubygems] / setup.rb
2012-10-07 Evan PhoenixBetter message about version minimum. Fixes #95
2012-06-26 Ryan DavisMerge pull request #44 from jjb/master
2012-03-13 Justin CollinsMerge remote-tracking branch 'rubygems/master' into...
2011-05-18 Ryan DavisMerge pull request #45 from miaout17/master
2011-05-18 Ryan DavisMerge pull request #49 from ferrous26/master
2011-05-18 Ryan DavisMerge pull request #56 from mattetti/master
2011-05-14 Erik HollensbePrototype of update_rubygems "smart" history playback.
2011-05-11 Ryan Davis- setup.rb now execs with --disable-gems when possible
2009-03-27 Eric HodelEnsure we're in RubyGems at install time
2009-03-05 Eric HodelMove setup.rb guts to lib/rubygems/commands/setup_comma...
2008-12-31 Daniel BergerFixed RF bug #22712 - extraneous quotation in ruby...
2008-07-11 Luis LavenaUse Pathname to build relative paths for --destdir...
2008-06-22 Eric HodelFix --destdir for windows.
2008-06-20 Eric HodelPatch #20739
2008-06-20 Luis LavenaOnly prepend install_destdir when especified. Fixes...
2008-06-17 Eric HodelFix setup.rb --format-executable
2008-06-16 Eric HodelPatch #20610, gemspec backwards compatibility, installe...
2008-06-04 Eric HodelUse gem version of rdoc if it exists during setup.
2008-06-04 Eric HodelApply patches #20414 and #19877.
2008-04-01 Eric HodelFix Apple-RubyGems update (and updates for embedded...
2008-03-29 Eric HodelRemove some cruft.
2008-03-27 Eric HodelComplain extra about gem.
2008-03-23 Luis Lavena* setup.rb: generated Windows stubs will honors prefix...
2008-02-25 Eric HodelFix bug #17983, make RubyGems more explainy on install.
2008-02-21 Eric HodelFix bug #16879
2008-02-20 Eric HodelFix bugs #17413 and #17869
2007-12-21 Eric HodelRequire Ruby > 1.8.2
2007-12-16 Eric HodelRe-exec setup.rb if RubyGems is loaded and RUBYOPT...
2007-12-15 Eric HodelFix --prefix= argument. Bug #16002 by Piglop.
2007-12-14 Eric HodelFix my stupidity. Patch #16308 by Stephen Bannasch.
2007-12-13 Eric HodelAdd --help to setup.rb. Fixes bug #16056 by Chad Woolley
2007-12-13 Eric HodelApply patch #14688 adding formatting of executables...
2007-10-19 Daniel BergerApplied changes for the Windows gem.bat generation...
2007-10-17 Eric HodelUnset RUBYOPT when installing. Fixes bug #14683 submit...
2007-10-17 Eric HodelSimpler mswin deprecation scripts.
2007-10-16 Eric HodelInstall bin files for old gem executables
2007-10-13 Eric HodelOnly clear RDoc for rubygems
2007-10-13 Eric HodelRemove source caches on install
2007-10-04 Eric HodelRevert mis-committed files
2007-10-04 Eric HodelUpdate TODO
2007-09-30 Eric HodelMake setup.rb work on 1.9
2007-09-28 Eric HodelGem::ruby now returns the full path. Added Gem::prefix...
2007-03-17 Chad Fowler update to setup.rb 3.4.1
2006-12-19 Eric HodelIgnore errors for .config and InstalledFiles when the...
2006-08-10 Jim Weirichmoved everything up one directory