Skip to content

Commit

Permalink
Version bump to 1.8.17
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Feb 17, 2012
1 parent 8b22744 commit bfa5a97
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions History.txt
@@ -1,5 +1,20 @@
# coding: UTF-8

=== 1.8.17 / 2012-02-17

* 2 minor enhancements:

* Add MacRuby to the list of special cases for platforms (ferrous26)
* Add a default for where to install rubygems itself

* 3 bug fixes:

* Fixed gem loading issue caused by dependencies not resolving.
* Fixed umask error when stdlib is required and unresolved dependencies exist.
* Shebang munging would only take one arg after the cmd
* Define SUCKAGE better, ie only MRI 1.9.2
* Propagate env-shebang to the pristine command if set for install.

=== 1.8.16 / 2012-02-12

* 3 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.16'
VERSION = '1.8.17'

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

0 comments on commit bfa5a97

Please sign in to comment.