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 5, 2011
1 parent 14aedae commit 6551e99
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion History.txt
@@ -1,4 +1,17 @@
=== 1.8.0 / 2011-04-34
=== 1.8.1 / 2011-05-05

* 1 minor enhancement:

* Added Gem::Requirement#specific? and Gem::Dependency#specific?

* 4 bug fixes:

* Typo on Indexer rendered it useless on Windows
* gem dep can fetch remote dependencies for non-latest gems again.
* gem uninstall with multiple versions no longer crashes with ArgumentError
* Always use binary mode for File.open to keep Windows happy

=== 1.8.0 / 2011-04-34

This release focused on properly encapsulating functionality. Most of this
work focused on moving functionality out of Gem::SourceIndex and
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.0'
VERSION = '1.8.1'

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

0 comments on commit 6551e99

Please sign in to comment.