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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 86da02320b2b67aa96ddda701ae0612c6817070e0cfc57678b39c548f3643d19
4
- data.tar.gz: 117c5fe9baa8bd9b5b34e117800ea73776671c6e9e341cf3d184f98dffac408d
3
+ metadata.gz: '0927af5320147ff4287f107b65d7b8fa211a620abf0526678b343bbfc19bd540'
4
+ data.tar.gz: 6c8c9cf64b3c67b1ad8ecb161187f4260f977feda38735b5f5669be85d7ba55f
5
5
  SHA512:
6
- metadata.gz: 36f4861c214ac22085eab111f9bb8336fe5a863b67e699d8b5ec4aa45d475d36b82dcd0709d803898be90de30be40f057557158d260a9a8008a69d3e69b31630
7
- data.tar.gz: 41916f0a0fa99b4b734b5a71fd458d395827c6b8ea67af7bf3af039a3a317c9791cb0beccd05a6701b2fe7f65ac514e216140941e6a87b3ca4397e7ff753dda0
6
+ metadata.gz: db2fda998ef1a648a36a5c75b766a314cb8d097a96549954ea53b78e453d56e544d5748f49faea71c219ee8a8fbf75b7ea11e5e9fa65f9e885c264e83f4e1661
7
+ data.tar.gz: e53a22c0aba22714db954a73ee7a4e0b8f0461b7bd02e2136a7a54391f392409b294bc397c0be2d2df288ab112306ea904867e74934cc23f4572b9f93d7cce9c
@@ -1,4 +1,4 @@
1
- ## 0.1.14
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
@@ -88,7 +88,7 @@ module ActiveCampaign
88
88
  body: body(method, api_method, options)
89
89
  )
90
90
  req.auth.ssl.verify_mode = :none
91
- req.auth.ssl.ssl_version = :TLSv1
91
+ req.auth.ssl.ssl_version = :TLSv1_2
92
92
  req
93
93
  end
94
94
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveCampaign
4
- VERSION = '0.1.15'
4
+ VERSION = '0.1.16'
5
5
  end
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.15
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: 2018-09-28 00:00:00.000000000 Z
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
- rubyforge_project:
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