Skip to content

Commit 397ab3c

Browse files
committed
Set release version and date
1 parent 9ccd8b5 commit 397ab3c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

History.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# coding: UTF-8
22

3+
=== 1.8.29 / 2013-11-23
4+
5+
Bug fixes:
6+
7+
* Fixed installation when the LANG environment variable is empty.
8+
39
=== 1.8.28 / 2013-10-08
410

511
Bug fixes:

lib/rubygems.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ class << Gem
121121
# -The RubyGems Team
122122

123123
module Gem
124-
VERSION = '1.8.28'
124+
VERSION = '1.8.29'
125125

126126
##
127127
# Raised when RubyGems is unable to load or activate a gem. Contains the

0 commit comments

Comments
 (0)