bundler-resolutions 0.6.0 → 0.6.1

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
  SHA256:
3
- metadata.gz: 77ebf87d3236f7c7d81a4e3daba2c8cb4cd78b284221ae6447092b0351a31fa1
4
- data.tar.gz: ac7ef028df610a46f008d7e82467a5f5327cfafc1582f4e0ef9e00ff2669f9ac
3
+ metadata.gz: db5d3daf0142b32c7149452bb1a62fd7aadc329bd8641c5dfca8a3121a1de99a
4
+ data.tar.gz: a280fae371d6345394fadc8bd47d14d90d639b34587754ec0b4a89e9b628545a
5
5
  SHA512:
6
- metadata.gz: e5ed756652c94a05540e6c0e7928355f9e959d1f5dd832a4cc72787828b76e63d9ff6ba6daad249e46dba5aebe4b36894f32589cbe264fc03f6cc2bd7684d983
7
- data.tar.gz: 6ee1730a6c0dbf5ed27a1247375785beeb13aabbef1678798f07f69b323e65593de17e588e1e701476b310933d432a1b0732ed6189ef3c218a71a85131a43474
6
+ metadata.gz: 8244cca58a72876b08d3f24bbb265e6f241b45bb08d74e38940274334c1dd359aed4bdccec187b1f27d20e2f0fbda93b2ff3a30896f4cc896f034836a0ba54d7
7
+ data.tar.gz: c95f60505b75b813df599acecf90f83bc222f2efe71ec2f95d1fe9d699e7bc4703379d19d3c93c6fc714a93efdbe3c7473cefb0a21598187ef6615c4fd22d7da
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Bundler
4
4
  class Resolutions
5
- VERSION = "0.6.0"
5
+ VERSION = "0.6.1"
6
6
  end
7
7
  end
8
8
 
@@ -96,7 +96,7 @@ end
96
96
  Bundler::Resolver => :filtered_versions_for,
97
97
  Bundler::Definition => :nothing_changed?,
98
98
  }.each do |klass, method|
99
- next if klass.instance_methods.include?(method) || klass.private_instance_methods.include?(method)
99
+ next if klass.method_defined?(method) || klass.private_method_defined?(method)
100
100
 
101
101
  raise <<~ERR
102
102
  Bundler version #{Bundler::VERSION} is not compatible with bundler-resolutions #{Bundler::Resolutions::VERSION}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundler-resolutions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Harry Lascelles
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-02-06 00:00:00.000000000 Z
11
+ date: 2026-02-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A bundler plugin to enforce resolutions without specifying a concrete
14
14
  dependency