simple_spark 1.0.11 → 1.0.12

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: ff63289c1d42723d828b53b42418946341486987e3bd09d83392a5d6d93ea9fa
4
- data.tar.gz: 077c4983bcb3f7dd7de0d34c7618612b7ff6676a97a37ac50e64c08be112e612
3
+ metadata.gz: 8887447c1bf67f9db2fbb7ed1fb494c83067685a2a68199e6f05c0ccae061aac
4
+ data.tar.gz: 16203454f059fd07a63454d6fca0ae7f6d488e00b7ab4c88418deb828af2dc55
5
5
  SHA512:
6
- metadata.gz: e304b07a4c3e29f76470a6e6c0e091790d7bd3ee3dca93ec7dd1a4b144f470cef4c41c4375c98c28c652fb430171d551b1026ad09df2ba53db8bea0a0f6988ac
7
- data.tar.gz: 3e68974d701b05bde6302835be911b84b70a70ce87f28286ce4009fa14319cb5d7bb30af9943dee4b08fa7a170eda1fc49cfb601d700921d6dc992a6d0b926ec
6
+ metadata.gz: fe96a0fc9082193fd737c47279c4d1fa68dd212081266f85d05600163f99a33b6af817145a72b272aac1c7c0e515871c6980bc0b61ece31295b1d6db718bf8c8
7
+ data.tar.gz: a2dece26de4d4e60897b6ce25856dde19c3aece150224684a372285f3c3ae27d7513d7531785177c6c288f7b0eefb8777fe21f866206817fc8b6254e1978f80f
data/README.md CHANGED
@@ -347,7 +347,6 @@ simple_spark.transmissions.delete_campaign("white-christmas")
347
347
 
348
348
  <a href="https://developers.sparkpost.com/api/#/reference/transmissions/create" target="_blank">see SparkPost API Documentation</a>
349
349
 
350
-
351
350
  ### Subaccounts
352
351
 
353
352
  #### List
@@ -395,7 +394,6 @@ simple_spark.subaccounts.update('mail.mydomain.com', properties)
395
394
 
396
395
  <a href="https://developers.sparkpost.com/api/#/reference/subaccounts/subaccounts-entity/edit-a-subaccount" target="_blank">see SparkPost API Documentation</a>
397
396
 
398
-
399
397
  ### Messsage Events
400
398
 
401
399
  #### Samples
@@ -895,9 +893,10 @@ simple_spark.recipient_lists.delete(your_list_id)
895
893
 
896
894
  <a href="https://developers.sparkpost.com/api/recipient-lists/#recipient-lists-delete-delete-a-recipient-list" target="_blank">see SparkPost API Documentation</a>
897
895
 
898
-
899
896
  ## Changelog
900
897
 
898
+ ### 1.0.12 Fix param name on suppression list https://github.com/leadmachineapp/simple_spark/pull/27
899
+
901
900
  ### 1.0.10 / 1.0.11 Minor documentation updates
902
901
 
903
902
  ### 1.0.9
@@ -17,7 +17,7 @@ module SimpleSpark
17
17
  # @return [Array] a list of sample Suppression Status hash objects
18
18
  # @note See: https://developers.sparkpost.com/api/suppression-list#suppression-list-search-get
19
19
  def search(params = {})
20
- @client.call(method: :get, path: 'suppression-list', query_params: params)
20
+ @client.call(method: :get, path: 'suppression-list', query_values: params)
21
21
  end
22
22
 
23
23
  # Insert or Update List Entries
@@ -1,3 +1,3 @@
1
1
  module SimpleSpark
2
- VERSION = '1.0.11'
2
+ VERSION = "1.0.12"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_spark
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.11
4
+ version: 1.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jak Charlton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-07 00:00:00.000000000 Z
11
+ date: 2019-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json