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: 7882fb4c6df04a1e0a026bb5b71b92709d9f1906e4f75b2f4209b522d05092e0
4
- data.tar.gz: ab1603022457a0243cc196193bd98658be85f5047eacb60b79f93ed934a112f1
3
+ metadata.gz: 1bf89db492db87d9cee2be24c4f8590e79b8c10cc4ff2bc496bb039fc9de0ee2
4
+ data.tar.gz: 445673e08caa1b4b619758bd65257a1ca089bf31af0082f0984f14810c08093b
5
5
  SHA512:
6
- metadata.gz: cf33e3f1d6b88f6db986eeb87b3f455a0b7aeeaf4e84a66eb705203c43d4123f56f7edcd473798554de241c309375158c1fc51cb7bfc722e4dc4c73965c0824b
7
- data.tar.gz: dad203488b2970241d9723071220c53ea158127578fee59fdc07612ed2f76e9d4d89081b8f08e1b729b037e871d577f977bad75ade92dba872474df842396b26
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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module GlobalRegistry #:nodoc:
4
4
  module Bindings #:nodoc:
5
- VERSION = '0.6.0'
5
+ VERSION = '0.6.1'
6
6
  end
7
7
  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.0
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-02-25 00:00:00.000000000 Z
11
+ date: 2022-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord