global-registry-bindings 0.6.0 → 0.6.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1bf89db492db87d9cee2be24c4f8590e79b8c10cc4ff2bc496bb039fc9de0ee2
|
4
|
+
data.tar.gz: 445673e08caa1b4b619758bd65257a1ca089bf31af0082f0984f14810c08093b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 567f441096855148539983991e2fabb8a82d2d5d5fc878d83ff0fb5c6f85778920c5ca4e8316795e239f9ac1627cf8f12b0ddb01ad6ff52b4193574fa56e4d92
|
7
|
+
data.tar.gz: bc51f7f19abe2265beec6748412079eef7e629605f99342e1087d3686ebf4001f864e1ff5ae024b125999ae73f66299a55efdff0e5de4435eb3cb7663ae08ddc
|
@@ -17,7 +17,7 @@ module GlobalRegistry #:nodoc:
|
|
17
17
|
return if global_registry_entity.condition?(:if)
|
18
18
|
return unless global_registry_entity.condition?(:unless)
|
19
19
|
"::GlobalRegistry::Bindings::Workers::#{global_registry_entity.mdm_worker_class_name}"
|
20
|
-
.constantize .perform_async(self.class, id)
|
20
|
+
.constantize .perform_async(self.class.name, id)
|
21
21
|
end
|
22
22
|
end
|
23
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.6.
|
4
|
+
version: 0.6.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: 2022-
|
11
|
+
date: 2022-03-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|