Skip to content

Commit 0090800

Browse files
committed
Version 2.6.12 with changelog
1 parent 335f90b commit 0090800

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

History.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
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

528
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.11"
13+
VERSION = "2.6.12"
1414
end
1515

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

0 commit comments

Comments
 (0)