zoho_hub 0.1.35 → 0.1.36

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
  SHA256:
3
- metadata.gz: 34d2516c715e6bb7ac4295229b1e47fb05f6c4eef470be4b48f96e6f43355e1b
4
- data.tar.gz: 76a0df3fc9148f9aa95fcc0ebdca9b5a372c25279404652106c7df2d3cc8616c
3
+ metadata.gz: '09a96977118a8223b54ef2d54847b7fd2a6ca3dfa9683332dfd7519bb47ba022'
4
+ data.tar.gz: 8f15dfad04e8decb510d252dc6b05146207c500e99e492cb3da7289e12ffe637
5
5
  SHA512:
6
- metadata.gz: 676f67754c8f3e18ce8945f2501fd2a466b607d8cd9ba2a3697974bd7e6c05499bdc1a6537d1586d254db97a374cb54f9778143c7761d4d7cef094f5ac22e444
7
- data.tar.gz: 255b487546c621604e0f5808713d3f1bdb0bd73a932f08771f799bbb2fa5c6de22071f77941cf68f1f62b52e5e4354d94327c0bdde145d3dfb4ecf166f592abc
6
+ metadata.gz: 642b8b182b7eec9f2b61684e9e3513b2bc273d99dbf19c349d83002422c9554af236e3ab79dc45d4c75243aee63ad8f518734c5d370e4232791864bc3b9a3881
7
+ data.tar.gz: f0d960daa94c0f99f94d21d9caeadc33791edbef66b6d6fc732f822a6bc165750aed20bb0ef7b1e29312a5d217c9d024e76997d033f08790998b060bc0d94262
@@ -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_zip, :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.35'
4
+ VERSION = '0.1.36'
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.35
4
+ version: 0.1.36
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Otero