MailchimpTransactional 1.0.23 → 1.0.28

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 54ea515dcd1479f372126dc560ec5530a511097af9e92ca1c9d3534222a62d1e
4
- data.tar.gz: 7a2c4d9d75a05bb346d8ea242f6059d462cd44565222c3f143709911fc4659c9
3
+ metadata.gz: 369569ab8b96eb545ac062cf3f4c168377169feea94fffdbd9fc8f1b219d1ab2
4
+ data.tar.gz: 5419ca61d60c6a1b648e9254b61a997be102f336b1bcbec4e6a799c4e36c0a98
5
5
  SHA512:
6
- metadata.gz: 29d6f048d64358cee8d24236dbd896550b0a95b80fda66b84aa3db0b6a482d7fb825d0856a12a68a0ded72d49b362d7cf5d3a6086e2097f740c0c5f15411dc74
7
- data.tar.gz: 59c0caa001499910dc01d7939d539bdd870ebd913fd4f6bce2623bb48c167ee270d505bf5c1a80c275d4b2fb5b320e174eb2af75c64b9062d1390d6a432bd744
6
+ metadata.gz: 92ca22e38deb0a9c2ab8b04589f3b84c6b64e2aff0a39165c9f3454cb5e9256b8ef6d62b91755d66ade48399321de8e6c4db41475a9ca11966328eaddd4388c5
7
+ data.tar.gz: 8ea525d0fd7e1ccdfa2e2a80ef9240a0afcbf0647981e30db9ddfeda9ec3f0551918355e621fc4307e84a7e0ab8634e6aee7915fbad48dfbd01357c27a5bfb78
@@ -5,7 +5,7 @@
5
5
 
6
6
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
7
7
 
8
- OpenAPI spec version: 1.0.23
8
+ OpenAPI spec version: 1.0.28
9
9
  Contact: apihelp@mailchimp.com
10
10
  Generated by: https://github.com/swagger-api/swagger-codegen.git
11
11
  Swagger Codegen version: 2.4.12
@@ -19,9 +19,9 @@ Gem::Specification.new do |s|
19
19
  s.name = "MailchimpTransactional"
20
20
  s.version = MailchimpTransactional::VERSION
21
21
  s.platform = Gem::Platform::RUBY
22
- s.authors = ["Swagger-Codegen"]
22
+ s.authors = ["Mailchimp"]
23
23
  s.email = ["apihelp@mailchimp.com"]
24
- s.homepage = "https://github.com/swagger-api/swagger-codegen"
24
+ s.homepage = "https://github.com/mailchimp/mailchimp-client-lib-codegen"
25
25
  s.summary = "Mailchimp Transactional API Ruby Gem"
26
26
  s.description = "The official Ruby client library for the Mailchimp Trainsactional API"
27
27
  s.license = 'Apache-2.0'
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <p align="center">
2
2
  <a href="https://mailchimp.com/developer/">
3
- <img src="https://raw.githubusercontent.com/mailchimp/mailchimp-client-lib-codegen/master/resources/images/mcdev-banner.png" alt="Mailchimp Developer" width="100%" height="auto">
3
+ <img src="https://raw.githubusercontent.com/mailchimp/mailchimp-client-lib-codegen/main/resources/images/mcdev-banner.png" alt="Mailchimp Developer" width="100%" height="auto">
4
4
  </a>
5
5
  </p>
6
6
 
@@ -21,15 +21,15 @@ gem build MailchimpTransactional.gemspec
21
21
  Then either install the gem locally:
22
22
 
23
23
  ```shell
24
- gem install ./MailchimpTransactional-1.0.23.gem
24
+ gem install ./MailchimpTransactional-1.0.28.gem
25
25
  ```
26
- (for development, run `gem install --dev ./MailchimpTransactional-1.0.23.gem` to install the development dependencies)
26
+ (for development, run `gem install --dev ./MailchimpTransactional-1.0.28.gem` to install the development dependencies)
27
27
 
28
28
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
29
29
 
30
30
  Finally add this to the Gemfile:
31
31
 
32
- gem 'MailchimpTransactional', '~> 1.0.23'
32
+ gem 'MailchimpTransactional', '~> 1.0.28'
33
33
 
34
34
  ### Install from Git
35
35
 
@@ -81,6 +81,9 @@ You can also set the response format for a **single request** by passing in a sp
81
81
  client.senders.list({ outputFormat: 'php' });
82
82
  ```
83
83
 
84
+ ## PRs and Issues
85
+ This repo is autogenerated from https://github.com/mailchimp/mailchimp-client-lib-codegen -- please submit PRs or issues there!
86
+
84
87
  ## API Endpoints
85
88
 
86
89
  All URIs are relative to *https://mandrillapp.com/api/1.0*
@@ -185,15 +188,15 @@ Mailchimp Transactional libraries are available in the following languages:
185
188
 
186
189
  <div>
187
190
  <a href="https://github.com/mailchimp/mailchimp-transactional-node">
188
- <img src="https://github.com/mailchimp/mailchimp-client-lib-codegen/blob/master/resources/images/lang_node.png?raw=true" width="44" height="44">
191
+ <img src="https://github.com/mailchimp/mailchimp-client-lib-codegen/blob/main/resources/images/lang_node.png?raw=true" width="44" height="44">
189
192
  </a>
190
193
  <a href="https://github.com/mailchimp/mailchimp-transactional-php">
191
- <img src="https://github.com/mailchimp/mailchimp-client-lib-codegen/blob/master/resources/images/lang_php.png?raw=true" width="44" height="44">
194
+ <img src="https://github.com/mailchimp/mailchimp-client-lib-codegen/blob/main/resources/images/lang_php.png?raw=true" width="44" height="44">
192
195
  </a>
193
196
  <a href="https://github.com/mailchimp/mailchimp-transactional-ruby">
194
- <img src="https://github.com/mailchimp/mailchimp-client-lib-codegen/blob/master/resources/images/lang_ruby.png?raw=true" width="44" height="44">
197
+ <img src="https://github.com/mailchimp/mailchimp-client-lib-codegen/blob/main/resources/images/lang_ruby.png?raw=true" width="44" height="44">
195
198
  </a>
196
199
  <a href="https://github.com/mailchimp/mailchimp-transactional-python">
197
- <img src="https://github.com/mailchimp/mailchimp-client-lib-codegen/blob/master/resources/images/lang_python.png?raw=true" width="44" height="44">
200
+ <img src="https://github.com/mailchimp/mailchimp-client-lib-codegen/blob/main/resources/images/lang_python.png?raw=true" width="44" height="44">
198
201
  </a>
199
202
  </div>
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.23
6
+ OpenAPI spec version: 1.0.28
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.23
6
+ OpenAPI spec version: 1.0.28
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.23
6
+ OpenAPI spec version: 1.0.28
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.23
6
+ OpenAPI spec version: 1.0.28
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.23
6
+ OpenAPI spec version: 1.0.28
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.23
6
+ OpenAPI spec version: 1.0.28
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.23
6
+ OpenAPI spec version: 1.0.28
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.23
6
+ OpenAPI spec version: 1.0.28
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.23
6
+ OpenAPI spec version: 1.0.28
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.23
6
+ OpenAPI spec version: 1.0.28
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.23
6
+ OpenAPI spec version: 1.0.28
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.23
6
+ OpenAPI spec version: 1.0.28
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.23
6
+ OpenAPI spec version: 1.0.28
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.23
6
+ OpenAPI spec version: 1.0.28
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.23
6
+ OpenAPI spec version: 1.0.28
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.23
6
+ OpenAPI spec version: 1.0.28
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.23
6
+ OpenAPI spec version: 1.0.28
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.23
6
+ OpenAPI spec version: 1.0.28
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
- OpenAPI spec version: 1.0.23
6
+ OpenAPI spec version: 1.0.28
7
7
  Contact: apihelp@mailchimp.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.4.12
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.12
11
11
  =end
12
12
 
13
13
  module MailchimpTransactional
14
- VERSION = '1.0.23'
14
+ VERSION = '1.0.28'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: MailchimpTransactional
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.23
4
+ version: 1.0.28
5
5
  platform: ruby
6
6
  authors:
7
- - Swagger-Codegen
7
+ - Mailchimp
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-26 00:00:00.000000000 Z
11
+ date: 2021-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: excon
@@ -214,7 +214,7 @@ files:
214
214
  - lib/MailchimpTransactional/api_error.rb
215
215
  - lib/MailchimpTransactional/configuration.rb
216
216
  - lib/MailchimpTransactional/version.rb
217
- homepage: https://github.com/swagger-api/swagger-codegen
217
+ homepage: https://github.com/mailchimp/mailchimp-client-lib-codegen
218
218
  licenses:
219
219
  - Apache-2.0
220
220
  metadata: {}
@@ -233,7 +233,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
233
233
  - !ruby/object:Gem::Version
234
234
  version: '0'
235
235
  requirements: []
236
- rubygems_version: 3.0.3
236
+ rubygems_version: 3.0.3.1
237
237
  signing_key:
238
238
  specification_version: 4
239
239
  summary: Mailchimp Transactional API Ruby Gem