Skip to content

Commit

Permalink
prepping for release
Browse files Browse the repository at this point in the history
  • Loading branch information
zenspider committed May 12, 2011
1 parent b524c65 commit ff140d5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion History.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
=== 1.8.1 / 2011-05-05
=== 1.8.2 / 2011-05-11

* 2 minor enhancements:

* Moved #outdated from OutdatedCommand to Specification (for Isolate).
* Print out a warning about missing executables.

* 3 bug fixes:

* Added missing requires to fix various upgrade issues.
* `gem pristine` respects multiple gem repositories.
* setup.rb now execs with --disable-gems when possible

=== 1.8.1 / 2011-05-05

* 1 minor enhancement:

Expand Down
2 changes: 1 addition & 1 deletion lib/rubygems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class << Gem
# -The RubyGems Team

module Gem
VERSION = '1.8.1'
VERSION = '1.8.2'

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

0 comments on commit ff140d5

Please sign in to comment.