zoho_hub 0.1.34 → 0.1.37

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 34db08b89de3ec292a8b65bed1c0cb853864bcad175d7d0ca56945010121a954
4
- data.tar.gz: 81bdbac089edf74116c05f0b9e4efd03e2688f63af667ba41dcb268e83e37668
3
+ metadata.gz: 54c1e27170b5ca0679f5e6dafec3668dcaf767f42c954e46e990e7dabdf4dd94
4
+ data.tar.gz: f84b2985fcaf9dfe11616386a5de57427dcfb131ddacd20da9e5e2d5e0887412
5
5
  SHA512:
6
- metadata.gz: 6c9fa0e7cbef1a26c32c4f78490d3619e73ca8ab84cda377e1000d50689e45d894f4b2300d1ca0e08f97e98a8d41efa76ea73f80b851272f77388c6c48459f3d
7
- data.tar.gz: e93772a89c5aeb6e2353c978a64e4074cc9e68e4abfd694a370e6666deb48606f637af2b8647dd49734fa407a9bf957f42aac74d3bf874566790661362d959a4
6
+ metadata.gz: '09407e25d21ee9839333405936328a24832e928b47b1a251b5c07a55863ba8a75ac8170a75e5a7eaf3f7afd56a51ea52e8782baa2d97aab8954d00ecaa7ad1a8'
7
+ data.tar.gz: 06e21895ac7b116ae8c54580cf07837a9baff1ab3611320bb5fd475e7477c87d1b9229bf0b8771a4d99efe179d6d2a54f682565687e8217b0aba04653bd3cc84
@@ -6,7 +6,7 @@ module ZohoHub
6
6
  class Contact < BaseRecord
7
7
  attributes :id, :email, :salutation, :first_name, :mobile, :role, :last_name, :vendor_id
8
8
  attributes :account_id, :owner_id, :campaign_id, :status, :campaign_detail, :phone
9
- attributes :mailing_city, :mailing_code, :mailing_country, :mailing_street, :mailing_state
9
+ attributes :mailing_city, :mailing_zip, :mailing_country, :mailing_street, :mailing_state
10
10
  attributes :date_of_birth, :relationship_to_business
11
11
 
12
12
  attribute_translation(
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ZohoHub
4
- VERSION = '0.1.34'
4
+ VERSION = '0.1.37'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zoho_hub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.34
4
+ version: 0.1.37
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Otero