-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Version 2.0.0 rewrites most of the gem, without altering the API - The gem no longer prepends code in ActionMailer - Previews are now 100% supported in Rails, but will require a Notify API key - The preview layout has been updated and uses the Tudor Crown
- Loading branch information
Showing
3 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
|
||
module Mail | ||
module Notify | ||
VERSION = "1.2.0" | ||
VERSION = "2.0.0" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,10 +7,10 @@ require "mail/notify/version" | |
Gem::Specification.new do |spec| | ||
spec.name = "mail-notify" | ||
spec.version = Mail::Notify::VERSION | ||
spec.authors = ["Stuart Harrison"] | ||
spec.authors = ["Stuart Harrison", "Meyric Rawlings"] | ||
spec.email = ["[email protected]"] | ||
|
||
spec.summary = "ActionMailer support for the GOV.UK Notify API" | ||
spec.summary = "Rails plugin, send and preview email with GOV.UK Notify" | ||
spec.homepage = "https://github.com/dxw/mail-notify" | ||
spec.license = "MIT" | ||
|
||
|