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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dc5cad9fef5bdf6d08af960ad947f15e473339e0487024272f17eaee430a67ea
4
- data.tar.gz: 22003443fa06c65c935742fb9c73ca7dd5308004a8fdb8a3456dc4ed9cf3abda
3
+ metadata.gz: a8852c4549beb42d7a307486c52e28b2d5e1933f8dc070729dd96f0c5daff865
4
+ data.tar.gz: 8b26e9456a10f34049a8fb5ca4fee049a42985d2195bec6bc4b9446e0418487b
5
5
  SHA512:
6
- metadata.gz: e9a94286dd658e2133fc957308f1855e9c6fdf76b00848e28240c99e1c525b321db9d278264316f9ebdac5cfb0b5d3b0d70a6e1db1f4131c842c2a9cb09948b4
7
- data.tar.gz: 50a4ee9b4ab232926fb0560f4ec725cebe2c2d062b7ad00c09416f81a869b07e3257ac46550b72ee84658a59d89610741127baf6d74a1fd1e788e36f47f34713
6
+ metadata.gz: 93311690a3463462b3bebdc338046ad4679b3ea7d9b3b0e1c0fe71ec063e5e75330f4e3a898a1fe2ccd7e9e11c3843a663496cef96e535bd5c9d038efe43f917
7
+ data.tar.gz: 51035aac4ef6719b844453f4d5ecb15de506f9000724e11a471fcc468880aec0176f3d644f685899bb4aa9158bcbac8677807292aee150ac8a7383837a421828
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.1.3] - 2025-05-09
2
+
3
+ - README and Gemspec description updates.
4
+
1
5
  ## [0.1.2] - 2025-04-11
2
6
 
3
7
  - No changes. Gem version 0.1.1 does not seem to be findable.
data/README.md CHANGED
@@ -2,7 +2,15 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/active_call-zoho_crm.svg?icon=si%3Arubygems)](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)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ZohoCrm
4
- VERSION = '0.1.2'
4
+ VERSION = '0.1.3'
5
5
  end
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.2
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-04-11 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
@@ -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 objects.
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: []