sendgrid-ruby 6.0.1 → 6.0.2

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: e0eb9a46e4a360998faa1acfd1c4099a7239cc1c259dd5b20fb226695d141c22
4
- data.tar.gz: 539ca585922aa194025a036e1e3f1b7857d415c0161019b6115820e7a432bc32
3
+ metadata.gz: 6123f6f0b0f7e9fc6b4125702c529963017c8ff70361a19bd5f8101478f774e9
4
+ data.tar.gz: e66fc584b181265ee2c20558cb40111cff9d0a0813b73c7d83612e7f4fbdbaab
5
5
  SHA512:
6
- metadata.gz: d98ebe45a7a86771900dd39f9ec4e576999fe7b91be39fac31a0d0683c79f61b9060b942be9be4297e9e472345355ba98e7c1d9210a5d0e811bc98c4892c6a45
7
- data.tar.gz: 527d3479ea0a6fe77954492f4e9015d30ea0c69ced16f6743e3582ef623b9a8e14f773becb02a1d934a261dc070aaf80f9312c20cbc1d72c8cae4820a316ee4a
6
+ metadata.gz: cfadd12c3334123196d5eba39a0537df25ee81b21ed791ecfb3ea79534ccb936bbe5cc54a003ed799aaf0baea4b34b559e1763cb688ebcf76da630bdfc5c4221
7
+ data.tar.gz: 6368eb9a219bbffda0fdb9e86a0350544b38dbb8539d189c4b769d9b9eb792e2112bb651acd5b9a43a65e4bc71fbda007ccf557809e2d2cddd8ebe4ff296fc80
@@ -27,3 +27,4 @@ deploy:
27
27
  on:
28
28
  tags: true
29
29
  rvm: '2.4'
30
+ gem: gemfiles/Sinatra_1.gemfile
@@ -1,6 +1,12 @@
1
1
  # Change Log
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
+ [2020-01-08] Version 6.0.2
5
+ --------------------------
6
+ **Library - Fix**
7
+ - [PR #401](https://github.com/sendgrid/sendgrid-ruby/pull/401): Only try to deploy once to rubygems. Thanks to [@thinkingserious](https://github.com/thinkingserious)!
8
+
9
+
4
10
  [2020-01-03] Version 6.0.1
5
11
  --------------------------
6
12
  **Library - Chore**
@@ -1,3 +1,3 @@
1
1
  module SendGrid
2
- VERSION = '6.0.1'
2
+ VERSION = '6.0.2'
3
3
  end
@@ -58,7 +58,7 @@ class TestAPI < MiniTest::Test
58
58
  assert_equal(test_headers, sg.request_headers)
59
59
  assert_equal("v3", sg.version)
60
60
  assert_equal(subuser, sg.impersonate_subuser)
61
- assert_equal("6.0.1", SendGrid::VERSION)
61
+ assert_equal("6.0.2", SendGrid::VERSION)
62
62
  assert_instance_of(SendGrid::Client, sg.client)
63
63
  end
64
64
 
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: 6.0.1
4
+ version: 6.0.2
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: 2020-01-03 00:00:00.000000000 Z
13
+ date: 2020-01-08 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: ruby_http_client