bundler 1.13.5 → 1.13.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 72381553f02a34a5831d4e8f9eb10f701b70fcc2
4
- data.tar.gz: a94ac82f5c729354d94f0e6d9a4ab4e2fbb45510
3
+ metadata.gz: 68a5cc7a514ec7f32e13a90153a67b8135acd1ab
4
+ data.tar.gz: c7f4a9f57e024b55fea8fb6baecfe72d28fb026f
5
5
  SHA512:
6
- metadata.gz: 5a1663620223b039b97e212811550ef92ee70fbe40e808ab43a25918175ade5977de542084f540fc0c8828eb5269a472421c9cfdf1d994a4ec4170ce6a33813f
7
- data.tar.gz: 4d0459ffbb6ff3f56d0bc819fbd4257be585f1da117e9e97a5a702bd664edfa0ae46710f5c48d18789d4cbbe02e571a1ed794255eeb6a65d4b8bf1d066a2d7bc
6
+ metadata.gz: 18ab28c7d1582cd1a33635f8a710ad029186001be75ade1db367a363b7cb47728e83d8bb94dc36e1e623acbfdada33a4db085b9d874cc9b7cced17aa4bd78590
7
+ data.tar.gz: d526f3d9e34f12485cc0f8da0510a1001aea0d9211ce01cd232dcb0d5185e413a3853c4ee8dc7bfded1d143c1962da1fc14a98365c874f9a2d677b456424bc5b
@@ -1,3 +1,9 @@
1
+ ## 1.13.6 (2016-10-22)
2
+
3
+ Bugfixes:
4
+
5
+ - make the `gem` method public again, fixing a regression in 1.13.4 (#5102, @segiddins)
6
+
1
7
  ## 1.13.5 (2016-10-15)
2
8
 
3
9
  Bugfixes:
@@ -348,6 +348,10 @@ module Bundler
348
348
 
349
349
  true
350
350
  end
351
+
352
+ # TODO: delete this in 2.0, it's a backwards compatibility shim
353
+ # see https://github.com/bundler/bundler/issues/5102
354
+ kernel_class.send(:public, :gem)
351
355
  end
352
356
  end
353
357
 
@@ -7,5 +7,5 @@ module Bundler
7
7
  # We're doing this because we might write tests that deal
8
8
  # with other versions of bundler and we are unsure how to
9
9
  # handle this better.
10
- VERSION = "1.13.5" unless defined?(::Bundler::VERSION)
10
+ VERSION = "1.13.6" unless defined?(::Bundler::VERSION)
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.5
4
+ version: 1.13.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - André Arko
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2016-10-15 00:00:00.000000000 Z
12
+ date: 2016-10-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: automatiek