Skip to content

Commit

Permalink
Bump to 1.8.21
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Mar 22, 2012
1 parent f9ce696 commit 2637b4b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.txt
@@ -1,5 +1,12 @@
# coding: UTF-8

=== 1.8.21 / 2012-03-22

* 2 bug fixes:

* Add workaround for buggy yaml output from 1.9.2
* Force 1.9.1 to remove it's prelude code. Fixes #305

=== 1.8.20 / 2012-03-21

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

module Gem
VERSION = '1.8.20'
VERSION = '1.8.21'

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

0 comments on commit 2637b4b

Please sign in to comment.