zoho_hub 0.1.34 → 0.1.35

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: 34d2516c715e6bb7ac4295229b1e47fb05f6c4eef470be4b48f96e6f43355e1b
4
+ data.tar.gz: 76a0df3fc9148f9aa95fcc0ebdca9b5a372c25279404652106c7df2d3cc8616c
5
5
  SHA512:
6
- metadata.gz: 6c9fa0e7cbef1a26c32c4f78490d3619e73ca8ab84cda377e1000d50689e45d894f4b2300d1ca0e08f97e98a8d41efa76ea73f80b851272f77388c6c48459f3d
7
- data.tar.gz: e93772a89c5aeb6e2353c978a64e4074cc9e68e4abfd694a370e6666deb48606f637af2b8647dd49734fa407a9bf957f42aac74d3bf874566790661362d959a4
6
+ metadata.gz: 676f67754c8f3e18ce8945f2501fd2a466b607d8cd9ba2a3697974bd7e6c05499bdc1a6537d1586d254db97a374cb54f9778143c7761d4d7cef094f5ac22e444
7
+ data.tar.gz: 255b487546c621604e0f5808713d3f1bdb0bd73a932f08771f799bbb2fa5c6de22071f77941cf68f1f62b52e5e4354d94327c0bdde145d3dfb4ecf166f592abc
@@ -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.35'
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.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Otero