zoho_hub 0.1.41 → 0.1.42
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 +4 -4
- data/.ruby-version +1 -1
- data/lib/zoho_hub/records/potential.rb +3 -2
- data/lib/zoho_hub/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6f1601f1a294e6f0b98e4fa8f4f67721555969c8fc68493631aadd3d8725d28b
|
|
4
|
+
data.tar.gz: 62caa28fd2764e06dc64fd36122659bf820be136e052bd410baa511d6805b70b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b29b6fd25fc0c1cf3ec8641af851883bb73d6d9f802cac01e22f26773f18640489eb56d127d4c8b629be17537c9bffe623980521b1d5f3eb19e8d2d379ef6324
|
|
7
|
+
data.tar.gz: 91ef51fabb4895e4a2585f8077caa583c140d74815c692167620633d6ba3e54ee5ea51909ee47be3546ef682411dbc3897bd30db71e2ee9ddad81d0587069d10
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.7.
|
|
1
|
+
2.7.6
|
|
@@ -14,7 +14,7 @@ module ZohoHub
|
|
|
14
14
|
attributes :accountant_id, :vat_registration, :published_all_of_market
|
|
15
15
|
attributes :credit_risk_band, :live_ccjs, :satisfied_ccjs
|
|
16
16
|
attributes :state, :number_of_connections
|
|
17
|
-
attributes :submitted_to_lender_panel, :last_attachment_uploaded
|
|
17
|
+
attributes :submitted_to_lender_panel, :last_attachment_uploaded, :funds_timeline
|
|
18
18
|
|
|
19
19
|
DEFAULTS = {
|
|
20
20
|
currency: 'GBP',
|
|
@@ -38,7 +38,8 @@ module ZohoHub
|
|
|
38
38
|
submitted_to_lender_panel: :Submitted_to_Lender_Panel1,
|
|
39
39
|
number_of_connections: :Number_of_Connections,
|
|
40
40
|
turnover_figure: :Turnover_figure,
|
|
41
|
-
last_attachment_uploaded: :Last_Attachment_Uploaded
|
|
41
|
+
last_attachment_uploaded: :Last_Attachment_Uploaded,
|
|
42
|
+
funds_timeline: :When_will_you_needs_the_funds
|
|
42
43
|
)
|
|
43
44
|
|
|
44
45
|
def initialize(params)
|
data/lib/zoho_hub/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.1.42
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ricardo Otero
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-05-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -247,7 +247,7 @@ homepage: https://github.com/rikas/zoho_hub
|
|
|
247
247
|
licenses:
|
|
248
248
|
- MIT
|
|
249
249
|
metadata: {}
|
|
250
|
-
post_install_message:
|
|
250
|
+
post_install_message:
|
|
251
251
|
rdoc_options: []
|
|
252
252
|
require_paths:
|
|
253
253
|
- lib
|
|
@@ -262,8 +262,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
262
262
|
- !ruby/object:Gem::Version
|
|
263
263
|
version: '0'
|
|
264
264
|
requirements: []
|
|
265
|
-
rubygems_version: 3.1.
|
|
266
|
-
signing_key:
|
|
265
|
+
rubygems_version: 3.1.6
|
|
266
|
+
signing_key:
|
|
267
267
|
specification_version: 4
|
|
268
268
|
summary: Simple gem to connect to Zoho CRM API V2
|
|
269
269
|
test_files: []
|