zoho_campaigns 0.0.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 +7 -0
- data/lib/zoho_campaigns.rb +0 -0
- metadata +43 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: de9b0ba161a896b48e6f67d9457c184383c9b004748b895121775597f7dbaf0b
|
4
|
+
data.tar.gz: bf8e3fa9f1e0596f08e6feee84bf0bc725694bcafa34a3f9dfcd261a6513a6f1
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 0de71b520801e8c08628c3af4e0449814240c33de087127207b2080785dc42b5d6fc50f982cb6bdf83017dd0b561fb86d7eb2bf4b4db4375522f08e25d398900
|
7
|
+
data.tar.gz: 300b87567432c8ab18423e58c4e1a97565f32d453a6be2c707ae913a33b7c913e635416082786a8d1ad933689efa2170ac1588751ae2dada083796ae041e84e3
|
File without changes
|
metadata
ADDED
@@ -0,0 +1,43 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: zoho_campaigns
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Charles Max Wood
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2024-01-27 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: A gem for connecting to and managing contacts and functions in Zoho Campaigns
|
14
|
+
email: chuck@topenddevs.com
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files:
|
19
|
+
- lib/zoho_campaigns.rb
|
20
|
+
homepage: https://rubygems.org/gems/zoho_campaigns
|
21
|
+
licenses:
|
22
|
+
- MIT
|
23
|
+
metadata: {}
|
24
|
+
post_install_message:
|
25
|
+
rdoc_options: []
|
26
|
+
require_paths:
|
27
|
+
- lib
|
28
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
29
|
+
requirements:
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '0'
|
33
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
34
|
+
requirements:
|
35
|
+
- - ">="
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: '0'
|
38
|
+
requirements: []
|
39
|
+
rubygems_version: 3.5.5
|
40
|
+
signing_key:
|
41
|
+
specification_version: 4
|
42
|
+
summary: API Access for Zoho Campaigns
|
43
|
+
test_files: []
|