ruby_api_pack_active_campaign 0.2.0
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/.all-contributorsrc +23 -0
- data/.circleci/config.yml +44 -0
- data/.claude/settings.json +36 -0
- data/.claude/settings.local.json +36 -0
- data/.coderabbit.yaml +75 -0
- data/.codex/README.md +32 -0
- data/.codex/change-watch.md +17 -0
- data/.codex/release-readiness.md +30 -0
- data/.editorconfig +22 -0
- data/.rspec +3 -0
- data/.rubocop.yml +71 -0
- data/AGENTS.md +107 -0
- data/CHANGELOG.md +140 -0
- data/CLAUDE.md +91 -0
- data/CODEX.md +63 -0
- data/CODE_OF_CONDUCT.md +132 -0
- data/CONTRIBUTING.md +118 -0
- data/COPILOT.md +29 -0
- data/FUNDING.yml +1 -0
- data/JULES.md +33 -0
- data/MIT-LICENSE +21 -0
- data/README.md +270 -0
- data/ROADMAP.md +40 -0
- data/Rakefile +12 -0
- data/SECURITY.md +43 -0
- data/TODO.md +31 -0
- data/lib/ruby_api_pack_active_campaign/api/ac_contacts.rb +145 -0
- data/lib/ruby_api_pack_active_campaign/configuration.rb +12 -0
- data/lib/ruby_api_pack_active_campaign/connection/ac_connect.rb +15 -0
- data/lib/ruby_api_pack_active_campaign/version.rb +5 -0
- data/lib/ruby_api_pack_active_campaign.rb +15 -0
- data/ruby_api_pack_active_campaign.code-workspace +8 -0
- data/sig/ruby_api_pack_active_campaign.rbs +4 -0
- metadata +99 -0
metadata
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: ruby_api_pack_active_campaign
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.2.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- PHCDevworks
|
|
8
|
+
- Brad Potts
|
|
9
|
+
autorequire:
|
|
10
|
+
bindir: exe
|
|
11
|
+
cert_chain: []
|
|
12
|
+
date: 2026-07-12 00:00:00.000000000 Z
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
15
|
+
name: ruby_api_pack_core
|
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
|
17
|
+
requirements:
|
|
18
|
+
- - "~>"
|
|
19
|
+
- !ruby/object:Gem::Version
|
|
20
|
+
version: '0.1'
|
|
21
|
+
type: :runtime
|
|
22
|
+
prerelease: false
|
|
23
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
24
|
+
requirements:
|
|
25
|
+
- - "~>"
|
|
26
|
+
- !ruby/object:Gem::Version
|
|
27
|
+
version: '0.1'
|
|
28
|
+
description: |-
|
|
29
|
+
RubyApiPackActiveCampaign is a Ruby gem designed to simplify interaction with the ActiveCampaign API.
|
|
30
|
+
This gem offers an easy-to-use interface for managing contacts, lists, and automations within ActiveCampaign.
|
|
31
|
+
email:
|
|
32
|
+
- info@phcdevworks.com
|
|
33
|
+
- brad.potts@phcdevworks.com
|
|
34
|
+
executables: []
|
|
35
|
+
extensions: []
|
|
36
|
+
extra_rdoc_files: []
|
|
37
|
+
files:
|
|
38
|
+
- ".all-contributorsrc"
|
|
39
|
+
- ".circleci/config.yml"
|
|
40
|
+
- ".claude/settings.json"
|
|
41
|
+
- ".claude/settings.local.json"
|
|
42
|
+
- ".coderabbit.yaml"
|
|
43
|
+
- ".codex/README.md"
|
|
44
|
+
- ".codex/change-watch.md"
|
|
45
|
+
- ".codex/release-readiness.md"
|
|
46
|
+
- ".editorconfig"
|
|
47
|
+
- ".rspec"
|
|
48
|
+
- ".rubocop.yml"
|
|
49
|
+
- AGENTS.md
|
|
50
|
+
- CHANGELOG.md
|
|
51
|
+
- CLAUDE.md
|
|
52
|
+
- CODEX.md
|
|
53
|
+
- CODE_OF_CONDUCT.md
|
|
54
|
+
- CONTRIBUTING.md
|
|
55
|
+
- COPILOT.md
|
|
56
|
+
- FUNDING.yml
|
|
57
|
+
- JULES.md
|
|
58
|
+
- MIT-LICENSE
|
|
59
|
+
- README.md
|
|
60
|
+
- ROADMAP.md
|
|
61
|
+
- Rakefile
|
|
62
|
+
- SECURITY.md
|
|
63
|
+
- TODO.md
|
|
64
|
+
- lib/ruby_api_pack_active_campaign.rb
|
|
65
|
+
- lib/ruby_api_pack_active_campaign/api/ac_contacts.rb
|
|
66
|
+
- lib/ruby_api_pack_active_campaign/configuration.rb
|
|
67
|
+
- lib/ruby_api_pack_active_campaign/connection/ac_connect.rb
|
|
68
|
+
- lib/ruby_api_pack_active_campaign/version.rb
|
|
69
|
+
- ruby_api_pack_active_campaign.code-workspace
|
|
70
|
+
- sig/ruby_api_pack_active_campaign.rbs
|
|
71
|
+
homepage: https://phcdevworks.com/
|
|
72
|
+
licenses:
|
|
73
|
+
- MIT
|
|
74
|
+
metadata:
|
|
75
|
+
allowed_push_host: https://rubygems.org/
|
|
76
|
+
homepage_uri: https://phcdevworks.com/
|
|
77
|
+
source_code_uri: https://github.com/phcdevworks/ruby_api_pack_active_campaign/
|
|
78
|
+
changelog_uri: https://github.com/phcdevworks/ruby_api_pack_active_campaign/releases
|
|
79
|
+
rubygems_mfa_required: 'true'
|
|
80
|
+
post_install_message:
|
|
81
|
+
rdoc_options: []
|
|
82
|
+
require_paths:
|
|
83
|
+
- lib
|
|
84
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
85
|
+
requirements:
|
|
86
|
+
- - ">="
|
|
87
|
+
- !ruby/object:Gem::Version
|
|
88
|
+
version: 3.3.0
|
|
89
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
|
+
requirements:
|
|
91
|
+
- - ">="
|
|
92
|
+
- !ruby/object:Gem::Version
|
|
93
|
+
version: '0'
|
|
94
|
+
requirements: []
|
|
95
|
+
rubygems_version: 3.5.11
|
|
96
|
+
signing_key:
|
|
97
|
+
specification_version: 4
|
|
98
|
+
summary: API Pack for Active Campaign API.
|
|
99
|
+
test_files: []
|