zoho_hub 0.1.26 → 0.1.30

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: 7cd6e943b7e3cd1594b439c7462c27030887485fcc474a9c06e745482c916fbc
4
- data.tar.gz: 17ee52ebedfaff28a92816d9ad780ce11759a3a1ce5efac2c0e0b0babba2f69f
3
+ metadata.gz: 9dd7f79f0eaf2f34b6fd214ce3f3cc3993a5be015b4815a7da9f478be53ed64d
4
+ data.tar.gz: 17f0c5736855c4e9104b09edbc89befe804af4d855f8437d35a9d5e6bcd58104
5
5
  SHA512:
6
- metadata.gz: ae85f37a8d1001f0d2892e6698532e0870d2632e595b74b4faa5ac62d2aad5c85fd932f5997fc8449efe9fac007f7169737e2e2e53868683c7cc0139c699212c
7
- data.tar.gz: bcc460d1dda844a548c4260ffcf53c496814270d9396446ccabe96012dda2f2adeafea0a3a291ca48dcd83b727606bafb8929a19452fb8623c658a5ecfc0b20c
6
+ metadata.gz: 57f11739ff1d96186d745e7e566465e64b1610c84236ab8ca58c1a5ebca16800529d9bd2c8d6aa1d4d2bff611d165e1bdb5a88ad253542efb4fb23c9ccd9fb45
7
+ data.tar.gz: 4da706f12351b1648f3ea5f146907ef9e5276f773f273ad21aac6271a32e8a2a0b331d0a2f6a66a84569ed9655204a144a4b981619a0af1b20f11fff6b6fc9eb
data/.gitignore CHANGED
@@ -9,6 +9,7 @@
9
9
  /tmp/
10
10
  Gemfile.lock
11
11
  /cache/
12
+ .DS_Store
12
13
 
13
14
  # rspec failure tracking
14
15
  .rspec_status
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.5.1
1
+ 2.7.2
@@ -11,8 +11,10 @@ module ZohoHub
11
11
  attributes :campaign_id, :account_id, :contact_id, :campaign_detail, :reviewers_comment
12
12
  attributes :accounting_software, :banking_provider
13
13
  attributes :guarantee_types, :home_ownership_status
14
- attributes :accountant_id, :vat_registration
14
+ attributes :accountant_id, :vat_registration, :published_all_of_market
15
15
  attributes :credit_risk_band, :live_ccjs, :satisfied_ccjs
16
+ attributes :state, :number_of_connections
17
+ attributes :submitted_to_lender_panel
16
18
 
17
19
  DEFAULTS = {
18
20
  currency: 'GBP',
@@ -30,7 +32,11 @@ module ZohoHub
30
32
  use_proceeds: :use_proceeds,
31
33
  vat_registration: :Pick_List_15,
32
34
  live_ccjs: :Live_CCJs,
33
- satisfied_ccjs: :Satisfied_CCJs
35
+ satisfied_ccjs: :Satisfied_CCJs,
36
+ published_all_of_market: :Published_to_All_of_Market,
37
+ state: :State1,
38
+ submitted_to_lender_panel: :Submitted_to_Lender_Panel,
39
+ number_of_connections: :Number_of_Connections
34
40
  )
35
41
 
36
42
  def initialize(params)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ZohoHub
4
- VERSION = '0.1.26'
4
+ VERSION = '0.1.30'
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.26
4
+ version: 0.1.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Otero
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-02-24 00:00:00.000000000 Z
11
+ date: 2022-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -262,8 +262,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
262
262
  - !ruby/object:Gem::Version
263
263
  version: '0'
264
264
  requirements: []
265
- rubyforge_project:
266
- rubygems_version: 2.7.6
265
+ rubygems_version: 3.1.4
267
266
  signing_key:
268
267
  specification_version: 4
269
268
  summary: Simple gem to connect to Zoho CRM API V2