We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ccd8b5 commit 397ab3cCopy full SHA for 397ab3c
History.txt
@@ -1,5 +1,11 @@
1
# coding: UTF-8
2
3
+=== 1.8.29 / 2013-11-23
4
+
5
+Bug fixes:
6
7
+* Fixed installation when the LANG environment variable is empty.
8
9
=== 1.8.28 / 2013-10-08
10
11
Bug fixes:
lib/rubygems.rb
@@ -121,7 +121,7 @@ class << Gem
121
# -The RubyGems Team
122
123
module Gem
124
- VERSION = '1.8.28'
+ VERSION = '1.8.29'
125
126
##
127
# Raised when RubyGems is unable to load or activate a gem. Contains the
0 commit comments