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 +4 -4
- data/.travis.yml +1 -1
- data/lib/bundler/patch/cli.rb +1 -0
- data/lib/bundler/patch/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7a142185d57cffa32279b13f54099ed11a514dae
|
4
|
+
data.tar.gz: d72d622ae859eae4352ad82029153769d45ed0b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fae26432943d8a72db24a236b427b6e0cb71a682110ab6c5c7ed80d55349a068d612d8dccb62ea3e041be1580d974a7f08ec65f04f4231a24af061b05905f26b
|
7
|
+
data.tar.gz: 9f958d8639459f4a7faeac4cc6c4655b6f799223af126c58f5d7372fe79f28066c5b82b8c4ca35ee236d5aa315c5248e3baaf476fcbeb3bdf7687352cb52b812
|
data/.travis.yml
CHANGED
data/lib/bundler/patch/cli.rb
CHANGED
@@ -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
|
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.
|
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-
|
11
|
+
date: 2016-10-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler-advise
|