zoho_hub 0.1.14 → 0.1.15

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: 89bcafa87d31ead2e7e42daa1c3a2d45603d475c8d6ff1600365f3e7a6fa0d0a
4
- data.tar.gz: cecc20e9e47493b4181c2cb0611f7d0252d50522868ff60b031e1310cd7802ee
3
+ metadata.gz: 14d6734b3ceb5b8b9113b9939eca5773ffd6276a747d411b62cbed544c3de8e4
4
+ data.tar.gz: 94ff88c3846688f31198048d56bf015194079eb28865572e00c266e2514b1b8a
5
5
  SHA512:
6
- metadata.gz: 302b4db87b7c9b3af776e82c4f35da3a1f20b53f0230837c0b0b3e6da224a6cbde8241948bd871d2482438fdbe3e2ef6c5cf0a877b8ab43293a8a32ad6be89ee
7
- data.tar.gz: 86ece4f33068ee73dc1533dbff07358e86fa051a0e6f012b9920b15319fedb4939c31de6b3d266c6f29ea55a7db2487f48abed44be9f4aa96de6d2e9ba412226
6
+ metadata.gz: 71718be88223d20d901fca49bc71b33bcf9afee557d3d21fea050ff51483f49bfe56f312341aab408b460b21b48c0fc8061ccd320082424db0572c29c2e6f2bb
7
+ data.tar.gz: 1f03d82c81fab6e08a424ac80eb37dce90517623eb9fdeb7bd7f0b96a322199befd661c40d17be511fd99e7b2e56836a8ebc3650591e95c67436f61d4dafcf0b
@@ -5,7 +5,7 @@ require 'zoho_hub/records/base_record'
5
5
  module ZohoHub
6
6
  class Contact < BaseRecord
7
7
  attributes :id, :email, :salutation, :first_name, :mobile, :role, :last_name, :vendor_id
8
- attributes :account_id, :owner_id, :campaign_id, :status, :campaign_detail
8
+ attributes :account_id, :owner_id, :campaign_id, :status, :campaign_detail, :phone
9
9
 
10
10
  attribute_translation(
11
11
  id: :id,
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ZohoHub
4
- VERSION = '0.1.14'
4
+ VERSION = '0.1.15'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zoho_hub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.14
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Otero
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-01-06 00:00:00.000000000 Z
11
+ date: 2019-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -259,8 +259,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
259
259
  - !ruby/object:Gem::Version
260
260
  version: '0'
261
261
  requirements: []
262
- rubyforge_project:
263
- rubygems_version: 2.7.6
262
+ rubygems_version: 3.0.2
264
263
  signing_key:
265
264
  specification_version: 4
266
265
  summary: Simple gem to connect to Zoho CRM API V2