global-registry-bindings 0.3.0 → 0.3.1

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
  SHA1:
3
- metadata.gz: adbcfbb52fc6b1cdf6deabd1a7162d80540a3305
4
- data.tar.gz: 7aaf7b552193f69ddd778122dc500d9ab06b9037
3
+ metadata.gz: 9858a6fe5fd12e6c9b876fd2e130fa1d19504c90
4
+ data.tar.gz: 2be853ffbcfe35a3c584e3ab8530535ec81fbb67
5
5
  SHA512:
6
- metadata.gz: c04ce278bea7a1620a244a7663225697196fca0a1e9544e73188a44e8778c608a5ed268bfeb597bd4e5af1fc3672810615375df7706ff6b77f5600aa5a658a58
7
- data.tar.gz: ce74aa2aa8bc28b9d99dc39b20d8d1b803468d353e1b41d3ec5b9be9c3e22323548600e3e9abc20260fa98b9780b8f7fb4baccf53c2f57df96f6b1b6c7f8f604
6
+ metadata.gz: a7080cbec9aa7fc76266f20416c242bde7b31245ddc35c0bf661af6d5ce1d85aeeb49c47a160bf73e912bc4f40ef036aa7de21f4393e7c87b2d20b35daff8474
7
+ data.tar.gz: 4cd3e7f3b757bd68d625b3b946ba01b11aca46cf1a520364817c3cd80b13c651847f0be97bc4fa2d482f4436328c9f8333b0c8f9efdb675fe7d630528a06ca05
@@ -30,6 +30,7 @@ module GlobalRegistry #:nodoc:
30
30
  def update_entity_in_global_registry
31
31
  entity_attributes = { global_registry_entity.type => model.entity_attributes_to_push }
32
32
  GlobalRegistry::Entity.put(global_registry_entity.id_value, entity: entity_attributes)
33
+ update_fingerprint
33
34
  end
34
35
 
35
36
  def create_entity_in_global_registry
@@ -2,6 +2,6 @@
2
2
 
3
3
  module GlobalRegistry #:nodoc:
4
4
  module Bindings #:nodoc:
5
- VERSION = '0.3.0'
5
+ VERSION = '0.3.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.3.0
4
+ version: 0.3.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: 2019-01-25 00:00:00.000000000 Z
11
+ date: 2019-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord