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.
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: []