bundler-patch 1.0.0.pre.1 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -6
- data/lib/bundler/patch/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6495ba38818fc8260c56a2e76557c240c915bc1f
|
4
|
+
data.tar.gz: e1bd0b9ad6de5ea1747a55d3d272fbc0844dd6f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e5c2bab2b14e99942d719bcb95c70719067c7226718a504aa4cbc285dce1c5b34a9c307bbea2b483f0602b8d31f237ef07731677230da77d67f0787eb9515ee
|
7
|
+
data.tar.gz: a1d304cc5094b3d2b1604e5d55777b32f707beeaf80723752c9da000cb65a170b5a43ea7d202757968c9773612d39f604b15612d9df8d17235be4935e5affc1c
|
data/README.md
CHANGED
@@ -225,12 +225,8 @@ logic to the resolution process to achieve its goals. If there's a bug
|
|
225
225
|
involved, it's almost certainly in the `bundler-patch` code as Bundler has
|
226
226
|
been around a long time and has thorough testing and real world experience.
|
227
227
|
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
(When used with version 1.13+ of Bundler, `bundler-patch` only adds some
|
232
|
-
additional sorting behavior, the result of which will be included in the
|
233
|
-
`DEBUG_RESOLVER` output and `DEBUG_PATCH_RESOLVER` is not used).
|
228
|
+
`bundler-patch` can dump its own debug output, potentially helpful, with
|
229
|
+
`DEBUG_PATCH_RESOLVER`.
|
234
230
|
|
235
231
|
To get additional Bundler debugging output, enable the `DEBUG` env variable.
|
236
232
|
This will include all of the details of the downloading the full dependency
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bundler-patch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- chrismo
|
@@ -166,9 +166,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
166
166
|
version: '0'
|
167
167
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
168
168
|
requirements:
|
169
|
-
- - "
|
169
|
+
- - ">="
|
170
170
|
- !ruby/object:Gem::Version
|
171
|
-
version:
|
171
|
+
version: '0'
|
172
172
|
requirements: []
|
173
173
|
rubyforge_project:
|
174
174
|
rubygems_version: 2.6.8
|