cru_lib 0.0.2.2 → 0.0.2.3

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: e7f588a6b34e2e90211d34fca249720d512feb82
4
- data.tar.gz: a16c193c8781b4c6017c236fc1f72f3ce13d3eb2
3
+ metadata.gz: b160243377a2615362727ead2f307502609a9e8e
4
+ data.tar.gz: 01185ad52973a38084133affdfa2d18330773d1e
5
5
  SHA512:
6
- metadata.gz: 81ee648b1722b221b319d98bf2e7cd2b2a8b0da19a69676fe76166a4ee34c3b017ae3c88657053f4980e1770c02c9cd32909f2cdc06eafa36b26dc93789f9b58
7
- data.tar.gz: c3536fb93b2e6e8156a6d2d69eb5b2f9857f320f54489ce886bb1c143c670db705392e43069429d778d18d8eb1a170e8dc2c0b6622a15190dbac7828a81ec564
6
+ metadata.gz: d1d91580dce50ecb9562bdd7357129b7d3a991c7604de0af66d183cef2d38fd9a01195b3eb4ed3719f77628720b1b6f05727c3195f0ec079e3053c5ac502832a
7
+ data.tar.gz: 80a774304a83a3226d6c44941346a28c8f6932def7e409cffa43463fdde2ff6fb696c1039d652a53fd9d069b5572920538a18bd586f2c99e7a4133d5a0a572d8
@@ -47,8 +47,8 @@ module CruLib
47
47
  global_registry_id = Array.wrap(
48
48
  entity[base_object.class.global_registry_entity_type_name]["#{relationship_name}:relationship"]
49
49
  ).detect do |hash|
50
- cid = hash[:client_integration_id]
51
- cid = cid[:value] if cid.is_a?(Hash)
50
+ cid = hash['client_integration_id']
51
+ cid = cid['value'] if cid.is_a?(Hash)
52
52
  cid == id.to_s
53
53
  end['relationship_entity_id']
54
54
 
@@ -1,3 +1,3 @@
1
1
  module CruLib
2
- VERSION = "0.0.2.2"
2
+ VERSION = "0.0.2.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cru_lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2.2
4
+ version: 0.0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Starcher
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-15 00:00:00.000000000 Z
11
+ date: 2016-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: global_registry