zoho_hub 0.1.19 → 0.1.20

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: 188458cc4b12a4b5cf49b5b60d90080155062b0cec01d0dfee6fe27033fdf0bf
4
- data.tar.gz: 0eea8ca6a0194291bcda5131dbcd2ad57c076a7bbf0019f002ebee5a9f155d17
3
+ metadata.gz: b1a9e6ab5e3b6d9ed65cbc2c3badfcf03f0e51c8a6ad06a463c1207a3cd4a237
4
+ data.tar.gz: a4d8cb2d41d6db9967961cc5a4cbbc0fe87ab591821e076940fd6d2bd7079bbf
5
5
  SHA512:
6
- metadata.gz: 8c351b12147a572dc58f7894866aaea3e8c1997c7692996ef639464128c70d33dd9bed69878e4223f99ab6a0b83f71c6522216a756ed412629fbbe2173c3290d
7
- data.tar.gz: d1ca2871139875c0ba865804498479d9a76c849defe206c54441282df68f3ebac942a3b54c2a775afa715e91042503cf439bccfcfdb0cf68d6ca5a3d389cbe06
6
+ metadata.gz: 237f2e8a400aea9ab024d48f98938676d3e9a3f69e505affa43c0db474e037d8c6a8a537fd33ceb2b0e8c47a8214d90b0690dbab114f455af130e3f48edc60cd
7
+ data.tar.gz: 1e70f94611642f4a5557fd59056ea4c1bbaa0687ce15a2300c5722e6079c6759214250eb3e5a6efd0cad271ad434037d9b04cad5f8d4f2b403de6a41bdc67e2f
@@ -9,6 +9,8 @@ module ZohoHub
9
9
  attributes :currency, :territory, :employee_count, :turnover, :industry, :region
10
10
  attributes :review_outcome, :first_created, :last_modified, :preferred_term, :project_notes
11
11
  attributes :campaign_id, :account_id, :contact_id, :campaign_detail, :reviewers_comment
12
+ attributes :accounting_software, :banking_provider
13
+ attributes :guarantee_types, :home_ownership_status
12
14
 
13
15
  DEFAULTS = {
14
16
  currency: 'GBP',
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ZohoHub
4
- VERSION = '0.1.19'
4
+ VERSION = '0.1.20'
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.19
4
+ version: 0.1.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Otero
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-02-07 00:00:00.000000000 Z
11
+ date: 2020-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -259,7 +259,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
259
259
  - !ruby/object:Gem::Version
260
260
  version: '0'
261
261
  requirements: []
262
- rubygems_version: 3.0.4
262
+ rubyforge_project:
263
+ rubygems_version: 2.7.6
263
264
  signing_key:
264
265
  specification_version: 4
265
266
  summary: Simple gem to connect to Zoho CRM API V2