global-registry-bindings 0.7.1 → 0.7.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4bf2f8dd151b873d76af98f3d11024b33a0176463bae23a25d26518f33bb67e4
|
|
4
|
+
data.tar.gz: '0089a291318311de2dbe4a64ab8c1b7fd40eafca18b90c5892573a85ed1c454f'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 66415959960c55195fc117ebd8da6117d1273afe0fe53d216a5523d77971d272854a5f4a7d5cbbbab8b0a10bc63b9b00bed9984eb554c1bed201c09ed99bd4d8
|
|
7
|
+
data.tar.gz: 773a73d09bfef7c8902f5871ddba26609b48f58644a32ba7b064387c5ff83d94521d27c329dc4abeea29625e7ad76923899bdb9355cfae0c056c42a3eca73994
|
|
@@ -15,7 +15,7 @@ module GlobalRegistry # :nodoc:
|
|
|
15
15
|
|
|
16
16
|
const_set worker_class_name, klass
|
|
17
17
|
|
|
18
|
-
if Rails.gem_version < '7' # only works with "classic" loader, not zeitwerk
|
|
18
|
+
if Rails.gem_version < Gem::Version.new('7') # only works with "classic" loader, not zeitwerk
|
|
19
19
|
ActiveSupport::Dependencies.mark_for_unload(klass)
|
|
20
20
|
end
|
|
21
21
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: global-registry-bindings
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brian Zoetewey
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-01-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord
|