File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 11# coding: UTF-8
22
3+ === 2.6.12 / 2017-04-30
4+
5+ Bug fixes:
6+
7+ * Fix test_self_find_files_with_gemfile to sort expected files. Pull
8+ request #1880 by Kazuaki Matsuo.
9+ * Fix issue for MinGW / MSYS2 builds and testing. Pull request #1879 by
10+ MSP-Greg.
11+ * Fix gem open to open highest version number rather than lowest. Pull
12+ request #1877 by Tim Pope.
13+ * Add a test for requiring a default spec as installed by the ruby
14+ installer. Pull request #1899 by Samuel Giddins.
15+ * Fix broken --exact parameter to gem command. Pull request #1873 by Jason
16+ Frey.
17+ * [Installer] Generate backwards-compatible binstubs. Pull request #1904
18+ by Samuel Giddins.
19+ * Fix pre-existing source recognition on add action. Pull request #1883 by
20+ Jonathan Claudius.
21+ * Prevent negative IDs in output of #inspect. Pull request #1908 by Vít
22+ Ondruch.
23+ * Allow Gem.finish_resolve to respect already-activated specs. Pull
24+ request #1910 by Samuel Giddins.
25+
326=== 2.6.11 / 2017-03-16
427
528Bug fixes:
Original file line number Diff line number Diff line change 1010require 'thread'
1111
1212module Gem
13- VERSION = "2.6.11 "
13+ VERSION = "2.6.12 "
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