active_call-doc_fox 0.2.0 → 0.2.1
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/CHANGELOG.md +4 -0
- data/README.md +9 -1
- data/lib/doc_fox/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e33b608e780fdfcaad1dd0b298eb03392c606f88507bcd33fd0a16f4b2bea303
|
4
|
+
data.tar.gz: 2d8d562d240c26e546c955dbd570136270a558720ad0417e7dca3dac50b8f748
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd5a76c5f1f2433c8f966e57ac3e47cc0938a3cd44aaa0fb59aef7e3a78a79a4ba19f95209fe853f1f252f6fcc00bf2b73e270fedfa361bb24fcc6b4d9c59d60
|
7
|
+
data.tar.gz: ba4b0940e67264198360cb05e1af1f201ffd38db0fc233729793c4b5f2b3a3198e2c91bfe05a1e7190bf1d8b7b3e83e9f2d0589c99d1eda7c5227f955f31acd5
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -2,7 +2,15 @@
|
|
2
2
|
|
3
3
|
[](https://badge.fury.io/rb/active_call-doc_fox)
|
4
4
|
|
5
|
-
DocFox exposes the [nCino KYC DocFox API](https://www.docfoxapp.com/api/v2/documentation) endpoints through service objects.
|
5
|
+
DocFox exposes the [nCino KYC DocFox API](https://www.docfoxapp.com/api/v2/documentation) endpoints through [Active Call](https://rubygems.org/gems/active_call) service objects.
|
6
|
+
|
7
|
+
<div align="center">
|
8
|
+
<a href="https://platform45.com?utm_source=github&utm_content=doc_fox">
|
9
|
+
<picture>
|
10
|
+
<img src="https://github.com/user-attachments/assets/19fd40df-2ce9-4f30-8120-d53f3fbf9f07">
|
11
|
+
</picture>
|
12
|
+
</a>
|
13
|
+
</div>
|
6
14
|
|
7
15
|
- [Installation](#installation)
|
8
16
|
- [Configuration](#configuration)
|
data/lib/doc_fox/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_call-doc_fox
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kobus Joubert
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-05-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: active_call-api
|
@@ -52,7 +52,8 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '3.3'
|
55
|
-
description: DocFox exposes the nCino KYC DocFox API endpoints through
|
55
|
+
description: DocFox exposes the nCino KYC DocFox API endpoints through Active Call
|
56
|
+
service objects.
|
56
57
|
email:
|
57
58
|
- kobus@translate3d.com
|
58
59
|
executables: []
|
@@ -143,5 +144,5 @@ requirements: []
|
|
143
144
|
rubygems_version: 3.3.27
|
144
145
|
signing_key:
|
145
146
|
specification_version: 4
|
146
|
-
summary: DocFox
|
147
|
+
summary: DocFox service objects
|
147
148
|
test_files: []
|