mandrill-api-json 1.0.55 → 1.0.56

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +6 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 26585ddcc80ab56eb42362883a3480761a456675
4
- data.tar.gz: 53a48c7c6d9dfbfd718551471ce78570e29174b0
3
+ metadata.gz: 37ad5ba23399cc4cacf7b6277a65b5fd45f120d4
4
+ data.tar.gz: b674b2e1afdbb3be26c36d3b6066ecaba188efc7
5
5
  SHA512:
6
- metadata.gz: eae13f585911506e80ab70aec44adf03ee457efa300483097dd477109372a9d414ae6646416392e0925fdab490cf993a6484bef72a9611ea1257aa5983086f4c
7
- data.tar.gz: 2d5164b049db3ae8a9eed932a800832a4290f92a86f4a38dae7e1ec9c2ca79601c500755c080c4afe4592f0c30637caf8eb60f9ddf79033ac976f930759dc0cf
6
+ metadata.gz: ad7ff998228a324b82ceb93a2598ff3d292b3946bf132abe8563175b8c16d512c0aa210ad79a758d9ee7c454de6174d332a437ee2e34556461fc17f93fa48ef0
7
+ data.tar.gz: 1d080815dbf45451d01f5d1bc117c8e6b706f93f1794760d5d662a1b260c1e119c9a2942e007f6c12c9e2af5de261c9fdcdcfdb564a36ba3be3bc28b70e66ad7
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mandrill-api-json
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.55
4
+ version: 1.0.56
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mandrill Devs
@@ -50,7 +50,8 @@ dependencies:
50
50
  - - "<"
51
51
  - !ruby/object:Gem::Version
52
52
  version: '1.0'
53
- description: A Ruby API library for the Mandrill email as a service platform.
53
+ description: A Ruby API library for the Mandrill email as a service platform, forked
54
+ to support json 2.0.2. Originally on https://bitbucket.org/mailchimp/mandrill-api-ruby/
54
55
  email: community@mandrill.com
55
56
  executables: []
56
57
  extensions: []
@@ -59,7 +60,7 @@ files:
59
60
  - lib/mandrill.rb
60
61
  - lib/mandrill/api.rb
61
62
  - lib/mandrill/errors.rb
62
- homepage: https://bitbucket.org/mailchimp/mandrill-api-ruby/
63
+ homepage: https://github.com/atpsoft/mandrill-api-ruby
63
64
  licenses: []
64
65
  metadata: {}
65
66
  post_install_message:
@@ -81,5 +82,6 @@ rubyforge_project:
81
82
  rubygems_version: 2.6.13
82
83
  signing_key:
83
84
  specification_version: 4
84
- summary: A Ruby API library for the Mandrill email as a service platform.
85
+ summary: A Ruby API library for the Mandrill email as a service platform, forked to
86
+ support json 2.0.2. Originally on https://bitbucket.org/mailchimp/mandrill-api-ruby/
85
87
  test_files: []