Skip to content

Commit 51bc20e

Browse files
committed
History
1 parent 996094d commit 51bc20e

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

History.txt

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

3+
=== 3.1.0 / 2019-12-16
4+
5+
Major enhancements:
6+
7+
* Vendor bundler 2.1. Pull request #3028 by David Rodríguez.
8+
9+
Minor enhancements:
10+
11+
* Check for rubygems.org typo squatting sources. Pull request #2999 by
12+
Luis Sagastume.
13+
* Refactor remote fetcher. Pull request #3017 by David Rodríguez.
14+
* Lazily load `open3`. Pull request #3001 by David Rodríguez.
15+
* Remove `delegate` dependency. Pull request #3002 by David Rodríguez.
16+
* Lazily load `uri`. Pull request #3005 by David Rodríguez.
17+
* Lazily load `rubygems/gem_runner` during tests. Pull request #3009 by
18+
David Rodríguez.
19+
* Use bundler to manage development dependencies. Pull request #3012 by
20+
David Rodríguez.
21+
22+
Bug fixes:
23+
24+
* Remove unnecessary executable flags. Pull request #2982 by David
25+
Rodríguez.
26+
* Remove configuration that contained a typo. Pull request #2989 by David
27+
Rodríguez.
28+
29+
Compatibility changes:
30+
31+
* Remove 1.8.7 leftovers. Pull request #2972 by David Rodríguez.
32+
* Deprecate `gem generate_index --modern` and `gem generate_index
33+
--no-modern`. Pull request #2992 by David Rodríguez.
34+
335
=== 3.1.0.pre3 / 2019-11-11
436

537
Minor enhancements:

0 commit comments

Comments
 (0)