global-registry-bindings 0.6.1 → 0.6.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: 1bf89db492db87d9cee2be24c4f8590e79b8c10cc4ff2bc496bb039fc9de0ee2
4
- data.tar.gz: 445673e08caa1b4b619758bd65257a1ca089bf31af0082f0984f14810c08093b
3
+ metadata.gz: '0847a25784209dfd574ace31c1162e14759f3bcd993a19ad010444011da4b4b2'
4
+ data.tar.gz: ad25738f695ef03adf447d56e3d7f326995f415cab23776b922aece4bd74dfa7
5
5
  SHA512:
6
- metadata.gz: 567f441096855148539983991e2fabb8a82d2d5d5fc878d83ff0fb5c6f85778920c5ca4e8316795e239f9ac1627cf8f12b0ddb01ad6ff52b4193574fa56e4d92
7
- data.tar.gz: bc51f7f19abe2265beec6748412079eef7e629605f99342e1087d3686ebf4001f864e1ff5ae024b125999ae73f66299a55efdff0e5de4435eb3cb7663ae08ddc
6
+ metadata.gz: 61bac2dee0d7605aa729e370fcd4631d16064388eecf99cf6f91a36e1fc10663a218ac50df286bd195520308524d0e70200334edccd9ec9ba02bce589ab4e556
7
+ data.tar.gz: b1e02c355122d43651651da8cf0c1c904ab004052f4022b006270594b5e259a5a9b40910a0a43a091f0d020a78daaa176b0629dee43bfc33f7a5ce242e950c63
@@ -39,7 +39,7 @@ module GlobalRegistry #:nodoc:
39
39
  def global_registry_relationship_async_push(type)
40
40
  return if global_registry_relationship(type).condition?(:if)
41
41
  return unless global_registry_relationship(type).condition?(:unless)
42
- ::GlobalRegistry::Bindings::Workers::PushRelationshipWorker.perform_async(self.class.to_s, id, type)
42
+ ::GlobalRegistry::Bindings::Workers::PushRelationshipWorker.perform_async(self.class.to_s, id, type.to_s)
43
43
  end
44
44
 
45
45
  def global_registry_relationship_async_replace(type)
@@ -52,7 +52,7 @@ module GlobalRegistry #:nodoc:
52
52
  update_column( # rubocop:disable Rails/SkipsModelValidations
53
53
  global_registry_relationship(type).id_column, nil
54
54
  )
55
- ::GlobalRegistry::Bindings::Workers::PushRelationshipWorker.perform_async(self.class.to_s, id, type)
55
+ ::GlobalRegistry::Bindings::Workers::PushRelationshipWorker.perform_async(self.class.to_s, id, type.to_s)
56
56
  end
57
57
 
58
58
  def global_registry_relationship_async_delete(type)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module GlobalRegistry #:nodoc:
4
4
  module Bindings #:nodoc:
5
- VERSION = '0.6.1'
5
+ VERSION = '0.6.2'
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.1
4
+ version: 0.6.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: 2022-03-24 00:00:00.000000000 Z
11
+ date: 2022-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord