bundler-patch 0.10.1 → 0.10.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0bef08487b69dc8e1c916b94ff9521b81a98fc32
4
- data.tar.gz: 0f7b9182907bddeed7c3446888768e52f4a3c5f2
3
+ metadata.gz: 7a142185d57cffa32279b13f54099ed11a514dae
4
+ data.tar.gz: d72d622ae859eae4352ad82029153769d45ed0b9
5
5
  SHA512:
6
- metadata.gz: cf826e0aea2b3767a36ddbc847dbd81d480375d390629b7c12aa77531fe9ea4f2ef26ad8eec9e0d7762b76dd981ef563f350897c30e6cdbb9a740382a6c3f940
7
- data.tar.gz: 2d4abd9a98d399a0dcbb3ed4b9e537b8093a571469e710e11f93f24e022103d18ae536f749f75ceaffaac79d558064a478116cfad2bfb4b4aa777326f0da0184
6
+ metadata.gz: fae26432943d8a72db24a236b427b6e0cb71a682110ab6c5c7ed80d55349a068d612d8dccb62ea3e041be1580d974a7f08ec65f04f4231a24af061b05905f26b
7
+ data.tar.gz: 9f958d8639459f4a7faeac4cc6c4655b6f799223af126c58f5d7372fe79f28066c5b82b8c4ca35ee236d5aa315c5248e3baaf476fcbeb3bdf7687352cb52b812
@@ -22,4 +22,4 @@ matrix:
22
22
  - rvm: 2.3.1
23
23
  env: BUNDLER_TEST_VERSION=1.12.5
24
24
  - rvm: 2.3.1
25
- env: BUNDLER_TEST_VERSION=1.13.3
25
+ env: BUNDLER_TEST_VERSION=1.13.5
@@ -118,6 +118,7 @@ module Bundler::Patch
118
118
  # may end up concluding everything can be resolved locally, nothing is changing,
119
119
  # and then nothing is done. lib/bundler/cli/update.rb also hard-codes this.
120
120
  Bundler::Installer.install(Bundler.root, prep.bundler_def, {'update' => true})
121
+ Bundler.load.cache if Bundler.app_cache.exist?
121
122
  end
122
123
  end
123
124
  end
@@ -1,5 +1,5 @@
1
1
  module Bundler
2
2
  module Patch
3
- VERSION = '0.10.1'
3
+ VERSION = '0.10.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundler-patch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.1
4
+ version: 0.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - chrismo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-10 00:00:00.000000000 Z
11
+ date: 2016-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler-advise