bundler-patch 1.0.0.pre.1 → 1.0.0

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: 28562c56f8a370cf07b84a98031b022906c83302
4
- data.tar.gz: c8402af554da11c8e0296e9ded6f0d32221bc6b0
3
+ metadata.gz: 6495ba38818fc8260c56a2e76557c240c915bc1f
4
+ data.tar.gz: e1bd0b9ad6de5ea1747a55d3d272fbc0844dd6f7
5
5
  SHA512:
6
- metadata.gz: f6662076fad605bad8b8b01c0de0ab948416359ef80648a12b955e9911941ce230cd70cdb07e3f2fa19b52334577af091532fc80e08b89f58852c8ff6d66b8d5
7
- data.tar.gz: cccc7f7319d86baa566f7121b1869036ee8d52f7a1a15ebf17d373f2c989896eedc98d03ec707d38ec8741bb0e1e799eb70b8ad2b6622c6c83dbeb18491e8303
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
- When used with versions of Bundler prior to 1.13, `bundler-patch` can dump
229
- its own debug output, potentially helpful, with `DEBUG_PATCH_RESOLVER`.
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
@@ -1,5 +1,5 @@
1
1
  module Bundler
2
2
  module Patch
3
- VERSION = '1.0.0.pre.1'
3
+ VERSION = '1.0.0'
4
4
  end
5
5
  end
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.pre.1
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: 1.3.1
171
+ version: '0'
172
172
  requirements: []
173
173
  rubyforge_project:
174
174
  rubygems_version: 2.6.8