active_call-zoho_crm 0.1.2 → 0.1.3
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/zoho_crm/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: a8852c4549beb42d7a307486c52e28b2d5e1933f8dc070729dd96f0c5daff865
|
4
|
+
data.tar.gz: 8b26e9456a10f34049a8fb5ca4fee049a42985d2195bec6bc4b9446e0418487b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93311690a3463462b3bebdc338046ad4679b3ea7d9b3b0e1c0fe71ec063e5e75330f4e3a898a1fe2ccd7e9e11c3843a663496cef96e535bd5c9d038efe43f917
|
7
|
+
data.tar.gz: 51035aac4ef6719b844453f4d5ecb15de506f9000724e11a471fcc468880aec0176f3d644f685899bb4aa9158bcbac8677807292aee150ac8a7383837a421828
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -2,7 +2,15 @@
|
|
2
2
|
|
3
3
|
[](https://badge.fury.io/rb/active_call-zoho_crm)
|
4
4
|
|
5
|
-
Zoho CRM exposes the [Zoho CRM API](https://www.zoho.com/crm/developer/docs/api) endpoints through service objects.
|
5
|
+
Zoho CRM exposes the [Zoho CRM API](https://www.zoho.com/crm/developer/docs/api) 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=zoho_crm">
|
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/zoho_crm/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_call-zoho_crm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
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
|
@@ -24,7 +24,8 @@ dependencies:
|
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0.1'
|
27
|
-
description: Zoho CRM exposes the Zoho CRM API endpoints through service
|
27
|
+
description: Zoho CRM exposes the Zoho CRM API endpoints through Active Call service
|
28
|
+
objects.
|
28
29
|
email:
|
29
30
|
- kobus@translate3d.com
|
30
31
|
executables: []
|
@@ -85,5 +86,5 @@ requirements: []
|
|
85
86
|
rubygems_version: 3.3.27
|
86
87
|
signing_key:
|
87
88
|
specification_version: 4
|
88
|
-
summary: Zoho CRM
|
89
|
+
summary: Zoho CRM service objects
|
89
90
|
test_files: []
|