sendgrid-ruby 4.0.2 → 4.0.3
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 -0
- data/lib/sendgrid/version.rb +1 -1
- data/test/sendgrid/test_sendgrid-ruby.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ef92c3e502bb4626c6e5ce0a7d9f2476e5f2b66
|
|
4
|
+
data.tar.gz: 5639c8038e93be999adef7442882d5cb909383a1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 624cbe2ff6f82eaf86dd6dcd7899ce677d747e8908814b6b96211b0a6eabe8e9e57be3bb492c585f1a0003bafe2bea58c490f899738421cb2ccd38076a21f517
|
|
7
|
+
data.tar.gz: 111671b61535cf1df87c493536f89949890fa870cec5ae31da16b03cc1278533480560f2592ce7e58e6b4dd00af9efedefc53136870ebca1b83a1bcdb90df5b7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
|
|
4
|
+
## [4.0.3] - 2016-08-24 ##
|
|
5
|
+
### Added
|
|
6
|
+
- Table of Contents in the README
|
|
7
|
+
- Added a [USE_CASES.md](https://github.com/sendgrid/sendgrid-ruby/blob/master/USE_CASES.md) section, with the first use case example for transactional templates
|
|
8
|
+
|
|
4
9
|
## [4.0.2] - 2016-07-26 ##
|
|
5
10
|
### Fixed
|
|
6
11
|
- Example and USAGE DELETE calls were missing example payloads
|
data/lib/sendgrid/version.rb
CHANGED
|
@@ -30,7 +30,7 @@ class TestAPI < Minitest::Test
|
|
|
30
30
|
')
|
|
31
31
|
assert_equal(test_headers, sg.request_headers)
|
|
32
32
|
assert_equal("v3", sg.version)
|
|
33
|
-
assert_equal("4.0.
|
|
33
|
+
assert_equal("4.0.3", SendGrid::VERSION)
|
|
34
34
|
assert_instance_of(SendGrid::Client, sg.client)
|
|
35
35
|
end
|
|
36
36
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sendgrid-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elmer Thomas
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2016-
|
|
13
|
+
date: 2016-08-24 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: ruby_http_client
|