File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 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
519Bug fixes:
Original file line number Diff line number Diff line change 1010require 'thread'
1111
1212module Gem
13- VERSION = '2.6.6 '
13+ VERSION = '2.6.7 '
1414end
1515
1616# Must be first since it unloads the prelude from 1.9.2
You can’t perform that action at this time.
0 commit comments