zoho_hub 0.1.26 → 0.1.27

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: 15f8fd6b721e22358f05342a264a180931899e7706c50dba750566aaf1f0dc74
4
+ data.tar.gz: 89b77ee99b9804d5291268c2da5f00e4fe3645121bd813124cbca1291348a320
5
5
  SHA512:
6
- metadata.gz: ae85f37a8d1001f0d2892e6698532e0870d2632e595b74b4faa5ac62d2aad5c85fd932f5997fc8449efe9fac007f7169737e2e2e53868683c7cc0139c699212c
7
- data.tar.gz: bcc460d1dda844a548c4260ffcf53c496814270d9396446ccabe96012dda2f2adeafea0a3a291ca48dcd83b727606bafb8929a19452fb8623c658a5ecfc0b20c
6
+ metadata.gz: 456cedcc05066322cf8cdb339dd997daed167341f6d4cf68e819e91a52f03a99cd2db9a6e16e5466c15d724acc2cd1a83bd6a8b18178f4d77b37e13d8e5595ef
7
+ data.tar.gz: 6bf127c83fd6550c22e0756762d3b3f44efe61cc746e5b8bfbefad656b2c0239719be331c50fa18bf8ba9f0dc5288b43c16eb18787e1c10b03d7009fdf271abf
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.5.1
1
+ 2.7.2
@@ -11,7 +11,7 @@ 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
16
 
17
17
  DEFAULTS = {
@@ -30,7 +30,8 @@ module ZohoHub
30
30
  use_proceeds: :use_proceeds,
31
31
  vat_registration: :Pick_List_15,
32
32
  live_ccjs: :Live_CCJs,
33
- satisfied_ccjs: :Satisfied_CCJs
33
+ satisfied_ccjs: :Satisfied_CCJs,
34
+ published_all_of_market: :Published_all_of_Market
34
35
  )
35
36
 
36
37
  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.27'
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.27
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: 2021-05-21 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