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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 03e0ba0383b10c32d4db8d54c218218af2a0b88c7c424a55962a66030dd2759a
4
- data.tar.gz: e3a1da533e017f392cdc428e37f1c5142a25105aaeb32b8f04224bffe499bcb7
3
+ metadata.gz: e33b608e780fdfcaad1dd0b298eb03392c606f88507bcd33fd0a16f4b2bea303
4
+ data.tar.gz: 2d8d562d240c26e546c955dbd570136270a558720ad0417e7dca3dac50b8f748
5
5
  SHA512:
6
- metadata.gz: 59c45a9756e5dece42d132e3cb4dd14af215454c6811874a804e5608e5693f5213a747fd00db86d2d60477cf7c2febb7c8df821f4a2afaea10c278c9d44ab42f
7
- data.tar.gz: '080c8f01dd88a9dd8ba3a136d7e763d0d4599077f02bfc4f3572a4594937d19859bf3da7b188f1c22d2607bbc6448fd4ad12dded10a718539d4f1528b80bee59'
6
+ metadata.gz: fd5a76c5f1f2433c8f966e57ac3e47cc0938a3cd44aaa0fb59aef7e3a78a79a4ba19f95209fe853f1f252f6fcc00bf2b73e270fedfa361bb24fcc6b4d9c59d60
7
+ data.tar.gz: ba4b0940e67264198360cb05e1af1f201ffd38db0fc233729793c4b5f2b3a3198e2c91bfe05a1e7190bf1d8b7b3e83e9f2d0589c99d1eda7c5227f955f31acd5
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.2.1] - 2025-05-09
2
+
3
+ - README and Gemspec description updates.
4
+
1
5
  ## [0.2.0] - 2025-04-15
2
6
 
3
7
  - DocFox::StatusSummary service objects
data/README.md CHANGED
@@ -2,7 +2,15 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/active_call-doc_fox.svg?icon=si%3Arubygems)](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)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DocFox
4
- VERSION = '0.2.0'
4
+ VERSION = '0.2.1'
5
5
  end
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.0
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-04-15 00:00:00.000000000 Z
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 service objects.
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: []