global_registry_models 0.11.0 → 0.12.0

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: 4dc67d0666fbdc964e5f262c01ba3f1199523018
4
- data.tar.gz: 1c5e793ce80db4c64d5ff260e7a0d578cd3fb56e
3
+ metadata.gz: 3828b3bc249e2c8191b770279a223ec438434363
4
+ data.tar.gz: 4ee0273d2062afa02fdfd52cbda080d6c19c8503
5
5
  SHA512:
6
- metadata.gz: 318f53e62f0d21afdff5cc958389c263f133a0bf0c88b53815c4b429435a0ecbfcb28ba12e8f49ef8097dc7925e0c75467315b8e4400aaeaec095a8c7f38f324
7
- data.tar.gz: 905f6ba3642d6fa5bf34b886c93f4e29dea6709ea3c3b8206fa40871cc4a2859b7d868a50515ea5ab60d62e14755edf2b6aa10251714d18a7290b7c68abb0e67
6
+ metadata.gz: a3de409df46b5ed890631e3ca3f4400ab00fd05f2a66aad8d24791b3984e40347ae5fa935f6096866f4724dccf972a412e2b96e38c5ebbeaa02ac3ae2bd3755b
7
+ data.tar.gz: d432e8165274b83a2ff048bb92264a770da77dd0c18b1515e08f2e50e451b8c947755fe4f96816329033fa4cb2c9e819f36f95cd684d095c430ebac328e97a32
@@ -33,6 +33,8 @@ module GlobalRegistryModels
33
33
  attribute :type, String
34
34
  attribute :url, String
35
35
  attribute :zip, String
36
+ attribute :google_place_id, String
37
+ attribute :google_map_url, String
36
38
 
37
39
  def self.identifying_attributes
38
40
  [:name, :country, :state]
@@ -6,6 +6,7 @@ module GlobalRegistryModels
6
6
  attribute :entity_type2_id
7
7
  attribute :relationship1
8
8
  attribute :relationship2
9
+ attribute :relationship_entity_type_id
9
10
 
10
11
  validates_presence_of :entity_type1_id, :relationship1, :entity_type2_id, :relationship2
11
12
 
@@ -1,3 +1,3 @@
1
1
  module GlobalRegistryModels
2
- VERSION = '0.11.0'
2
+ VERSION = '0.12.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: global_registry_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sheldon Dueck
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2016-03-02 00:00:00.000000000 Z
12
+ date: 2016-03-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activemodel