contacts_client 0.0.31 → 0.0.32

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.
Files changed (3) hide show
  1. checksums.yaml +8 -8
  2. data/app/models/address.rb +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NmQ5NzViN2ViNWRiOWFkZmNmNjc0Yjg1YWQwYjliYzQ2ZTU2NDRlNg==
4
+ NTA4NWE3ZGNjN2NlNGNjZDdlZjRhNGU1NWUyNzZjNTk4MjAzNjQ2MA==
5
5
  data.tar.gz: !binary |-
6
- YTA0ZGM0OTIwNDc1NGQ4Y2U3MWRiM2FhNjEyZWFmNDBiOTk0ZjUyMw==
6
+ ZGJhZGI3NzUwM2M1NTU4YTY1ZjBlNzBkNGRkZjY3YzFlNDc3YzFjYQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- OTEwNTk1MmNhYjUxYTgxZTdiN2QyOTRkNjJlYmVmNzc4YWE1OTgyMmNkMDVl
10
- NTc2YTQ1ZGI3YWYzNmIyMmI5NzIzZWNjYjBjOTM4MjVmYzA3NGZiMmEzNmQx
11
- ZjNhMjM0MTY5MzViNmUwYzNlOGQ2NzBlOWFmZmRhOTdlYWVkYzg=
9
+ MjVmNWIxMjdiY2Q0ZjNmNDYxOThmMGNjYjJlMDMyNTg2MmJiZGVlOWFkYmRh
10
+ NmJlMTZiN2E0MWZkMmYzYjU5NjljODQwNDM4NjYwMTQ1M2U0YzRjMzk2MjQ5
11
+ ZTdkNjdmYjgxYzlkYjZhZTk4ZDQ4MGFjNmFjZTU1NGJhMjMzNTA=
12
12
  data.tar.gz: !binary |-
13
- NTQwNjNlMDMwZTAwYjI5ZGI4M2YyNTVjMmE3Mzg4MWE2ZWQ3OThiMmMxNTNm
14
- ZWZjYWY0MjBhZGUzY2UwNWRjMGYzODI3ZmViZDA2ODMzNWFhNTZiZjA0ZmM0
15
- MTkzZGFjZjc5ZjQxNzkxY2Q2OWIxNjRkMjNhZmM3Y2Q5ZDUyNTI=
13
+ YWE2ZmIxNDM4ODZjNmIwMTVkODNmMmFmYWU5OTQzZmIyYjQ5YmU1ZjIxN2U4
14
+ NjEzYTllYWM5ODcwNTgzMzY3NmFlNWMyNGUxNDAzN2QzYTAzYTY5YzJjMTM2
15
+ YTJlZTAwZmE2Y2QzZjEzNmNlNDUyY2M2ZWQyNzFkMWE1ODMzMDI=
@@ -1,6 +1,6 @@
1
1
  class Address < ContactAttribute
2
- attr_accessor :category, :postal_code, :city, :state, :country
3
- self.attribute_keys = [:_id, :_type, :public, :primary, :category, :value, :postal_code, :city, :state, :country, :contact_id]
2
+ attr_accessor :category, :postal_code, :neighborhood, :city, :state, :country
3
+ self.attribute_keys = [:_id, :_type, :public, :primary, :category, :value, :postal_code, :neighborhood, :city, :state, :country, :contact_id]
4
4
 
5
5
  self.hydra = Contacts::HYDRA
6
6
  self.resource_path = "/v0/contact_attributes"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contacts_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.31
4
+ version: 0.0.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dwayne Macgowan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-31 00:00:00.000000000 Z
11
+ date: 2015-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties