sendgrid-ruby 6.1.2 → 6.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a7121a1f88c4dd24d677c488dc29b1ede7a4ca2441cfc28bd99cc5aeb8fc2a96
4
- data.tar.gz: 363c97d990e13a75d6f232b2d4afbbb26d80b0a02b7eea5cd2642e3c618ae65d
3
+ metadata.gz: bab4d1b81de6fefc4571266850736ec30444bef09540947937f33a7a24bd8af1
4
+ data.tar.gz: 7292fed94a9bc5818acc42c862e663efd5c3abbcda95876b5280d04d581cc0ba
5
5
  SHA512:
6
- metadata.gz: d79b6aba6dd3018708da2db4e7d1bba0910ebc2fc9c003b5e42cd62419a794376d1d30c8d0be95666d7bce51fdc7bcf7a6462924cb7d7ea1a59b83bd00351d95
7
- data.tar.gz: 72ee6a72c8e1a5fc59c393ccb580090feda8078d423c236b556ce3a32fb8b5bdd11b545361caf501130f39967281b2db009a3f3dafbdcd7c5a0835ab9f310354
6
+ metadata.gz: 11b5c60df6c71140b6e69f0dc3d25ff830b243d709007301f93d5f9334a5173d427d86eeb2c6b6a646c7b0c44a7e052e35ac43e35aad5277e4984fcab408d295
7
+ data.tar.gz: b5c8232f4711aaa9aa1f12087920f6cd250d1153538fa8c0a72330b6774dfcd1531b51d0c9693c9f2c44e54b2c2ef044c3163dad52d29294152636699b5f9345
@@ -5,7 +5,7 @@ rvm:
5
5
  - 2.6
6
6
  - 2.5
7
7
  - 2.4
8
- - jruby
8
+ - jruby-9.2
9
9
  gemfile:
10
10
  - gemfiles/Sinatra_1.gemfile
11
11
  - gemfiles/Sinatra_2.gemfile
@@ -1,6 +1,15 @@
1
1
  # Change Log
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
+ [2020-04-01] Version 6.1.3
5
+ --------------------------
6
+ **Library - Docs**
7
+ - [PR #414](https://github.com/sendgrid/sendgrid-ruby/pull/414): support verbiage for login issues. Thanks to [@adamchasetaylor](https://github.com/adamchasetaylor)!
8
+
9
+ **Library - Chore**
10
+ - [PR #413](https://github.com/sendgrid/sendgrid-ruby/pull/413): upgrade rake dev dependency. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
11
+
12
+
4
13
  [2020-03-18] Version 6.1.2
5
14
  --------------------------
6
15
  **Library - Chore**
@@ -1,3 +1,5 @@
1
+ If you have an issue logging into your Twilio SendGrid account, please read this [document](https://sendgrid.com/docs/ui/account-and-settings/troubleshooting-login/). For any questions regarding login issues, please contact our [support team](https://support.sendgrid.com).
2
+
1
3
  If you have a non-library Twilio SendGrid issue, please contact our [support team](https://support.sendgrid.com).
2
4
 
3
5
  If you can't find a solution below, please open an [issue](https://github.com/sendgrid/sendgrid-ruby/issues).
@@ -1,3 +1,3 @@
1
1
  module SendGrid
2
- VERSION = '6.1.2'
2
+ VERSION = '6.1.3'
3
3
  end
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
21
21
  spec.require_paths = ['lib']
22
22
  spec.add_dependency 'ruby_http_client', '~> 3.4'
23
23
  spec.add_development_dependency 'sinatra', '>= 1.4.7', '< 3'
24
- spec.add_development_dependency 'rake', '~> 0'
24
+ spec.add_development_dependency 'rake', '~> 13.0'
25
25
  spec.add_development_dependency 'rspec'
26
26
  spec.add_development_dependency 'pry'
27
27
  spec.add_development_dependency 'faker'
@@ -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.1.2", SendGrid::VERSION)
61
+ assert_equal("6.1.3", 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.1.2
4
+ version: 6.1.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: 2020-03-18 00:00:00.000000000 Z
13
+ date: 2020-04-01 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: ruby_http_client
@@ -52,14 +52,14 @@ dependencies:
52
52
  requirements:
53
53
  - - "~>"
54
54
  - !ruby/object:Gem::Version
55
- version: '0'
55
+ version: '13.0'
56
56
  type: :development
57
57
  prerelease: false
58
58
  version_requirements: !ruby/object:Gem::Requirement
59
59
  requirements:
60
60
  - - "~>"
61
61
  - !ruby/object:Gem::Version
62
- version: '0'
62
+ version: '13.0'
63
63
  - !ruby/object:Gem::Dependency
64
64
  name: rspec
65
65
  requirement: !ruby/object:Gem::Requirement