Skip to content

Commit

Permalink
Update history and version for 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Feb 10, 2011
1 parent 9defc03 commit b9a607d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion History.txt
@@ -1,4 +1,18 @@
=== 1.5.1 / 2011-02-09
=== 1.5.2 / 2011-02-10

NOTE: RubyGems 1.5.0 and 1.5.1 have a broken <tt>gem update --system</tt>.

To upgrade you'll need to use the manual upgrade recipe. Using sudo/su as
appropriate:

$ gem install rubygems-update
$ update_rubygems

Bug Fixes:

* Fixed <tt>gem update --system</tt>. RubyGems can now update itself again.

=== 1.5.1 / 2011-02-09

Minor Enhancement:

Expand Down
2 changes: 1 addition & 1 deletion lib/rubygems.rb
Expand Up @@ -118,7 +118,7 @@ class << Gem
# -The RubyGems Team

module Gem
RubyGemsVersion = VERSION = '1.5.1'
RubyGemsVersion = VERSION = '1.5.2'

##
# Raised when RubyGems is unable to load or activate a gem. Contains the
Expand Down

0 comments on commit b9a607d

Please sign in to comment.