Skip to content

Commit

Permalink
Upgrade to rubygems 1.2.0 - addresses memory utilization issues on lo…
Browse files Browse the repository at this point in the history
…w-memory boxes (half-gig or less)
  • Loading branch information
thewoolleyman authored and mbailey committed Aug 20, 2008
1 parent 3c44c67 commit 1f0435d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/deprec/recipes/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
namespace :rubygems do

SRC_PACKAGES[:rubygems] = {
:filename => 'rubygems-1.0.1.tgz',
:md5sum => "0d5851084955c327ee1dc9cbd631aa5f rubygems-1.0.1.tgz",
:dir => 'rubygems-1.0.1',
:url => "http://rubyforge.org/frs/download.php/29548/rubygems-1.0.1.tgz",
:unpack => "tar zxf rubygems-1.0.1.tgz;",
:filename => 'rubygems-1.2.0.tgz',
:md5sum => "b77a4234360735174d1692e6fc598402 rubygems-1.2.0.tgz",
:dir => 'rubygems-1.2.0',
:url => "http://rubyforge.org/frs/download.php/38646/rubygems-1.2.0.tgz",
:unpack => "tar zxf rubygems-1.2.0.tgz;",
:install => 'ruby setup.rb;'
}

Expand Down

0 comments on commit 1f0435d

Please sign in to comment.