send_grid_mailer 2.2.0 → 2.3.0

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: 63020124b1515b99d0c9caf1d5df50ea94321a32c721a7200be76ac46514afca
4
- data.tar.gz: b29dbcffafae53610da1043f09b9cb855af6f54f556faa818c7395c205199efb
3
+ metadata.gz: 1e3fa23b9b575573326846fa176dd083c30ed49dcf5ce0ec66e84c2bc8047f89
4
+ data.tar.gz: 7fa6d5f79c907071538743b70660fa7a1a1d3d86b5afee72ec717a49a9c625ef
5
5
  SHA512:
6
- metadata.gz: 7ab1703c02724aaf91be20a94ef241eecee55c0767efabbe87b7a8ad52d5d1f93f541e1208551a566f7bdf9b909537c6f320a83e610ce26842dc6280fafd7b7a
7
- data.tar.gz: fc46b2077fe4e08ecdbce69cf47c2dc3c088c6c9e8d8db36d510480e7cbe008160e5ae1f1cae7b5ddacdb4457976f000dda07819fee62272ad22dcb9ae30f93c
6
+ metadata.gz: 974cbcd80e0341014b804e55a16855fc089577a6eb64c1c382a6a364d08613da0b43359f55965d58ea2ce9907bc7a505d18b5046273283e98193690593cb6f1d
7
+ data.tar.gz: 968499dbdba06c2c2d23b05e04ec1eccd042d9c2f923f3c0a8dbc6785c3a5aad786bc897db0b80e7f4fc14cc6459a6811e70762f6c0b5e5de1527604f8d0bc90
data/.circleci/config.yml CHANGED
@@ -13,10 +13,10 @@ executors:
13
13
  parameters:
14
14
  ruby-version:
15
15
  description: "Ruby version"
16
- default: "2.7"
16
+ default: "3.2"
17
17
  type: string
18
18
  docker:
19
- - image: circleci/ruby:<<parameters.ruby-version>>-node
19
+ - image: cimg/ruby:<<parameters.ruby-version>>-node
20
20
  environment: *env-vars
21
21
 
22
22
  commands:
@@ -54,7 +54,7 @@ jobs:
54
54
  parameters:
55
55
  ruby-version:
56
56
  description: "Ruby version"
57
- default: "2.7"
57
+ default: "3.2"
58
58
  type: string
59
59
  executor:
60
60
  name: main-executor
@@ -92,7 +92,7 @@ workflows:
92
92
  - test:
93
93
  matrix:
94
94
  parameters:
95
- ruby-version: ["2.6", "2.7"]
95
+ ruby-version: ["2.6", "2.7", "3.1", "3.2"]
96
96
  - deploy:
97
97
  context: org-global
98
98
  filters:
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.7
1
+ 3.2
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
  This project adheres to [Semantic Versioning](http://semver.org/).
4
4
 
5
+ ### v2.3.0
6
+
7
+ ##### Added
8
+
9
+ * Add Ruby 3.2 support
10
+
5
11
  ### v2.2.0
6
12
 
7
13
  * :sendgrid_dev replace handlerbars library with a pure ruby implementation. [#25]
@@ -1,3 +1,3 @@
1
1
  module SendGridMailer
2
- VERSION = "2.2.0"
2
+ VERSION = "2.3.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: send_grid_mailer
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Platanus
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2022-08-17 00:00:00.000000000 Z
12
+ date: 2023-07-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ruby-handlebars
@@ -322,7 +322,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
322
322
  - !ruby/object:Gem::Version
323
323
  version: '0'
324
324
  requirements: []
325
- rubygems_version: 3.1.6
325
+ rubygems_version: 3.4.10
326
326
  signing_key:
327
327
  specification_version: 4
328
328
  summary: Action Mailer adapter for using SendGrid
@@ -347,7 +347,6 @@ test_files:
347
347
  - spec/dummy/bin/rails
348
348
  - spec/dummy/bin/rake
349
349
  - spec/dummy/bin/setup
350
- - spec/dummy/config.ru
351
350
  - spec/dummy/config/application.rb
352
351
  - spec/dummy/config/boot.rb
353
352
  - spec/dummy/config/cable.yml
@@ -370,6 +369,7 @@ test_files:
370
369
  - spec/dummy/config/puma.rb
371
370
  - spec/dummy/config/routes.rb
372
371
  - spec/dummy/config/storage.yml
372
+ - spec/dummy/config.ru
373
373
  - spec/dummy/public/404.html
374
374
  - spec/dummy/public/422.html
375
375
  - spec/dummy/public/500.html