Skip to content

Commit

Permalink
Bump to RG 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Jan 1, 2011
1 parent 0b762ab commit 756d964
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/views/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="learn">
<h3>learn</h3>
<dl>
<dt><%= link_to "Install RubyGems 1.4.0", page_url("download") %></dt>
<dt><%= link_to "Install RubyGems 1.4.1", page_url("download") %></dt>
<dd>Ruby's premier packaging system</dd>
<dt><%= link_to "Browse the Docs", "http://docs.rubygems.org" %></dt>
<dd>The comprehensive guide on RubyGems</dd>
Expand Down
6 changes: 3 additions & 3 deletions app/views/pages/download.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
RubyGems is a package management framework for Ruby. Download the latest version here:
</p>
<ol class="formats" id="formats">
<li><%= link_to "tgz", "http://production.cf.rubygems.org/rubygems/rubygems-1.4.0.tgz" %></li>
<li><%= link_to "zip", "http://production.cf.rubygems.org/rubygems/rubygems-1.4.0.zip" %></li>
<li><%= link_to "gem", "http://production.cf.rubygems.org/rubygems/rubygems-update-1.4.0.gem" %></li>
<li><%= link_to "tgz", "http://production.cf.rubygems.org/rubygems/rubygems-1.4.1.tgz" %></li>
<li><%= link_to "zip", "http://production.cf.rubygems.org/rubygems/rubygems-1.4.1.zip" %></li>
<li><%= link_to "gem", "http://production.cf.rubygems.org/rubygems/rubygems-update-1.4.1.gem" %></li>
</ol>
<p>
Or, to upgrade to the latest RubyGems:
Expand Down

0 comments on commit 756d964

Please sign in to comment.