sendgrid-ruby 4.0.2 → 4.0.3

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
  SHA1:
3
- metadata.gz: dc74d1d608d84fc1bc570507af58580bdac14221
4
- data.tar.gz: 4d695ca96a2bd096afc92047fc2fa9bfd61a1784
3
+ metadata.gz: 9ef92c3e502bb4626c6e5ce0a7d9f2476e5f2b66
4
+ data.tar.gz: 5639c8038e93be999adef7442882d5cb909383a1
5
5
  SHA512:
6
- metadata.gz: 315fffd295607dff2ea9021804348adaa3a15d7a12498c92029e6576b875c3c10799f9c7e2bf456e82bed952bf02475d9cb831541636ab02d7dcaf9a4bf788c1
7
- data.tar.gz: f12c0c8c2ac0b02d1d1cc9539cbd33dc89c39c33d0e30c354c8ca54a67bfe0563380446b4d56cfba1f2fa6ccfa5e0bd17e44ce0a1fa9f59bb7b296df0be4337a
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
@@ -1,3 +1,3 @@
1
1
  module SendGrid
2
- VERSION = '4.0.2'
2
+ VERSION = '4.0.3'
3
3
  end
@@ -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.2", SendGrid::VERSION)
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.2
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-07-26 00:00:00.000000000 Z
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