cru_lib 0.0.2.2 → 0.0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cru_lib/global_registry_relationship_methods.rb +2 -2
- data/lib/cru_lib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b160243377a2615362727ead2f307502609a9e8e
|
4
|
+
data.tar.gz: 01185ad52973a38084133affdfa2d18330773d1e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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[
|
51
|
-
cid = cid[
|
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
|
|
data/lib/cru_lib/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2016-04-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: global_registry
|