global-registry-bindings 0.7 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c04840854e7b6b0621ff9f83d52a173a8ba101fabc476a7d2590be6d5bcf30b0
4
- data.tar.gz: 41f4d781d50501c669a6e6db2ed14213f0f8bb57effcc07e0dc98bd618230daa
3
+ metadata.gz: ab9e1254cfdf6a32d31bc6c68c55b99245000e1b1d697384e14fd5530b8914fc
4
+ data.tar.gz: 790107c0b2d5b40fa39e3c7759104e7d3c3c20101c901a98f2fa7091e61ac329
5
5
  SHA512:
6
- metadata.gz: adcf72268425a236bd455aea52b2f3ec47bad2864a41fd76b35e71c01558c5802cb5745097caadb561b69977076f7f2de55bd5a2c79d2ced377a371f4c284616
7
- data.tar.gz: 5b60d0b454dbc68834e21d34309fe7a61c9ba13fe1ffdc843eddf658126aaba23dba6f2221b016113e4ac75544f22be4cc4cdf7c83072d7945dd9bf62b66cac6
6
+ metadata.gz: 6073735e2a598af37e6b0d6037afe31dfb2aa172c632b1bc4178662e764313c0e095d5c9a8790b59c5b7d52790014df6546767a8b9a73e00638350c170546220
7
+ data.tar.gz: 62f88cd0a0b1d8aa4880ae401607cfd2df272ebabae4c4b7072c0bdc92c10a23c4129bed08a5e48cd20783f8d5da375766c4ff72409aec605ddf1069bf06f82e
@@ -2,6 +2,6 @@
2
2
 
3
3
  module GlobalRegistry # :nodoc:
4
4
  module Bindings # :nodoc:
5
- VERSION = "0.7"
5
+ VERSION = "0.7.1"
6
6
  end
7
7
  end
@@ -14,7 +14,10 @@ module GlobalRegistry # :nodoc:
14
14
  end
15
15
 
16
16
  const_set worker_class_name, klass
17
- ActiveSupport::Dependencies.mark_for_unload(klass)
17
+
18
+ if Rails.gem_version < '7' # only works with "classic" loader, not zeitwerk
19
+ ActiveSupport::Dependencies.mark_for_unload(klass)
20
+ end
18
21
 
19
22
  klass
20
23
  end
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.1
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-01 00:00:00.000000000 Z
11
+ date: 2023-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord