Skip to content

Commit

Permalink
Updated RubyGems to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Dec 30, 2008
1 parent a081a62 commit fdaeced
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/ruby_installer.rb
Expand Up @@ -156,8 +156,8 @@ module Version

RubyGems = OpenStruct.new(
:release => 'official',
:version => '1.2.0',
:url => 'http://rubyforge.org/frs/download.php/38646',
:version => '1.3.1',
:url => 'http://rubyforge.org/frs/download.php/45905',
:checkout => 'svn://rubyforge.org/var/svn/rubygems/trunk',
:checkout_target => 'downloads/rubygems',
:target => 'sandbox/rubygems',
Expand All @@ -167,7 +167,7 @@ module Version
'--no-rdoc'
],
:files => [
'rubygems-1.2.0.tgz'
'rubygems-1.3.1.tgz'
]
)

Expand Down

0 comments on commit fdaeced

Please sign in to comment.