Skip to content

Commit 60f35bd

Browse files
committed
Version 2.6.7 with updated history
1 parent afac52f commit 60f35bd

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

History.txt

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

3+
=== 2.6.7 / 2016-09-26
4+
5+
Bug fixes:
6+
7+
* Install native extensions in the correct location when using the
8+
`--user-install` flag. Pull request #1683 by Noah Kantrowitz.
9+
* When calling `Gem.sources`, load sources from `configuration`
10+
if present, else use the default sources. Pull request #1699
11+
by Luis Sagastume.
12+
* Fail gracefully when attempting to redirect without a Location.
13+
Pull request #1711 by Samuel Giddins.
14+
* Update vendored Molinillo to 0.5.1. Pull request #1714 by
15+
Samuel Giddins.
16+
317
=== 2.6.6 / 2016-06-22
418

519
Bug fixes:

lib/rubygems.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
require 'thread'
1111

1212
module Gem
13-
VERSION = '2.6.6'
13+
VERSION = '2.6.7'
1414
end
1515

1616
# Must be first since it unloads the prelude from 1.9.2

0 commit comments

Comments
 (0)