File tree Expand file tree Collapse file tree 5 files changed +14
-8
lines changed
Expand file tree Collapse file tree 5 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,14 @@ jobs:
1212 fail-fast : false
1313 matrix :
1414 crystal_version :
15- - 0.36.1
1615 - 1.0.0
16+ - 1.1.0
17+ - 1.2.0
1718 experimental :
1819 - false
20+ include :
21+ crystal_version : nightly
22+ experimental : true
1923 runs-on : ubuntu-latest
2024 continue-on-error : ${{ matrix.experimental }}
2125 steps :
@@ -35,10 +39,14 @@ jobs:
3539 fail-fast : false
3640 matrix :
3741 crystal_version :
38- - 0.36.1
3942 - 1.0.0
43+ - 1.1.0
44+ - 1.2.0
4045 experimental :
4146 - false
47+ include :
48+ crystal_version : nightly
49+ experimental : true
4250 runs-on : ubuntu-latest
4351 continue-on-error : ${{ matrix.experimental }}
4452 steps :
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ to generate an email body content.
9999
100100# # Contributing
101101
102- 1. Fork it (<https://github.com/your-github-user /carbon_sendgrid_adapter/fork>)
102+ 1. Fork it (<https://github.com/luckyframework /carbon_sendgrid_adapter/fork>)
1031032. Create your feature branch (`git checkout -b my-new-feature`)
1041043. Commit your changes (`git commit -am 'Add some feature'`)
1051054. Push to the branch (`git push origin my-new-feature`)
Original file line number Diff line number Diff line change 11name : carbon_sendgrid_adapter
2- version : 0.1 .0
2+ version : 0.2 .0
33
44authors :
55 -
Matthew McGarvey <[email protected] > 66
7- crystal : ' >= 0.36.1, < 2 .0.0'
7+ crystal : ' >= 1 .0.0'
88
99license : MIT
1010
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ require "./errors"
55require " ./carbon_sendgrid_extensions"
66
77class Carbon::SendGridAdapter < Carbon::Adapter
8+ VERSION = " 0.2.0"
89 private getter api_key : String
910 private getter? sandbox : Bool
1011
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments