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: ab9e1254cfdf6a32d31bc6c68c55b99245000e1b1d697384e14fd5530b8914fc
4
- data.tar.gz: 790107c0b2d5b40fa39e3c7759104e7d3c3c20101c901a98f2fa7091e61ac329
3
+ metadata.gz: 4bf2f8dd151b873d76af98f3d11024b33a0176463bae23a25d26518f33bb67e4
4
+ data.tar.gz: '0089a291318311de2dbe4a64ab8c1b7fd40eafca18b90c5892573a85ed1c454f'
5
5
  SHA512:
6
- metadata.gz: 6073735e2a598af37e6b0d6037afe31dfb2aa172c632b1bc4178662e764313c0e095d5c9a8790b59c5b7d52790014df6546767a8b9a73e00638350c170546220
7
- data.tar.gz: 62f88cd0a0b1d8aa4880ae401607cfd2df272ebabae4c4b7072c0bdc92c10a23c4129bed08a5e48cd20783f8d5da375766c4ff72409aec605ddf1069bf06f82e
6
+ metadata.gz: 66415959960c55195fc117ebd8da6117d1273afe0fe53d216a5523d77971d272854a5f4a7d5cbbbab8b0a10bc63b9b00bed9984eb554c1bed201c09ed99bd4d8
7
+ data.tar.gz: 773a73d09bfef7c8902f5871ddba26609b48f58644a32ba7b064387c5ff83d94521d27c329dc4abeea29625e7ad76923899bdb9355cfae0c056c42a3eca73994
@@ -2,6 +2,6 @@
2
2
 
3
3
  module GlobalRegistry # :nodoc:
4
4
  module Bindings # :nodoc:
5
- VERSION = "0.7.1"
5
+ VERSION = "0.7.2"
6
6
  end
7
7
  end
@@ -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.1
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: 2023-12-04 00:00:00.000000000 Z
11
+ date: 2024-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord