active_campaign 0.1.15 → 0.1.16
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 +5 -1
- data/lib/active_campaign/client.rb +1 -1
- data/lib/active_campaign/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0927af5320147ff4287f107b65d7b8fa211a620abf0526678b343bbfc19bd540'
|
4
|
+
data.tar.gz: 6c8c9cf64b3c67b1ad8ecb161187f4260f977feda38735b5f5669be85d7ba55f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db2fda998ef1a648a36a5c75b766a314cb8d097a96549954ea53b78e453d56e544d5748f49faea71c219ee8a8fbf75b7ea11e5e9fa65f9e885c264e83f4e1661
|
7
|
+
data.tar.gz: e53a22c0aba22714db954a73ee7a4e0b8f0461b7bd02e2136a7a54391f392409b294bc397c0be2d2df288ab112306ea904867e74934cc23f4572b9f93d7cce9c
|
data/Changelog.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
## 0.1.
|
1
|
+
## 0.1.15
|
2
2
|
|
3
3
|
- #10 bugs fixes
|
4
4
|
- the http method of list_field_add and list_field_edit should be POST
|
@@ -6,6 +6,10 @@
|
|
6
6
|
- Add Tags client prototype (#17)
|
7
7
|
- Add automation_contact_remove post method (#25)
|
8
8
|
|
9
|
+
## 0.1.14
|
10
|
+
|
11
|
+
- Huh?
|
12
|
+
|
9
13
|
## 0.1.13
|
10
14
|
|
11
15
|
- Allow ActiveCampaign::Client.new to accept a Hash
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_campaign
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mikael Henriksson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-05-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httpi
|
@@ -272,8 +272,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
272
272
|
- !ruby/object:Gem::Version
|
273
273
|
version: '0'
|
274
274
|
requirements: []
|
275
|
-
|
276
|
-
rubygems_version: 2.7.7
|
275
|
+
rubygems_version: 3.0.2
|
277
276
|
signing_key:
|
278
277
|
specification_version: 4
|
279
278
|
summary: See http://www.activecampaign.com/api/overview.php for more information
|