Skip to content

Commit

Permalink
πŸ“ Improved documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Apr 25, 2024
1 parent b2f8166 commit 134b8aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .rubocop_gradual.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"README.md:25157257": [
[502, 6, 1, "Lint/Syntax: unexpected token tCOMMA\n(Using Ruby 2.3 parser; configure using `TargetRubyVersion` parameter, under `AllCops`)", 177545]
"README.md:2858832830": [
[504, 6, 1, "Lint/Syntax: unexpected token tCOMMA\n(Using Ruby 2.3 parser; configure using `TargetRubyVersion` parameter, under `AllCops`)", 177545]
],
"Rakefile:687725157": [
[8, 3, 30, "Style/MethodCallWithArgsParentheses: Use parentheses for method calls with arguments.", 2786900295],
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,15 @@ then this is the gem for you.

## Compatibility

βš™οΈ Compatible with all versions of Ruby >= 2.3.
βš™οΈ Compatible with all versions of Ruby >= 2.3, plus JRuby and Truffleruby.
βš™οΈ Compatible with all Ruby web Frameworks (Hanami, Roda, Sinatra, Rails).
βš™οΈ Compatible with all versions of Rails from 3.0 - 7.1+.
βš™οΈ Compatible with scripted usage of Mail gem outside a web framework.
βš™οΈ Compatible with [`sendgrid-actionmailer`](https://github.com/eddiezane/sendgrid-actionmailer)'s support for personalizations, and will override email addresses there according to the configuration.
βš™οΈ If this gem is not compatible with your use case, and you'd like it to be, I'd like to hear about it!

It was a slog getting (very nearly) the entire compatibility matrix working with Github Actions, [`appraisal`](https://github.com/thoughtbot/appraisal), and [`combustion`](https://github.com/pat/combustion), and I'm very interested in hearing about ways to improve it!

## πŸ›ž DVCS

This project does not trust any one version control system,
Expand Down

0 comments on commit 134b8aa

Please sign in to comment.