-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version Bump v4.0.4: Pull #72: remove ruby 2.2 requirement
- Loading branch information
1 parent
762d690
commit 417eb48
Showing
5 changed files
with
235 additions
and
230 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
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ def kitchen_sink | |
personalization.cc = Email.new(email: '[email protected]', name: 'Example User') | ||
personalization.bcc = Email.new(email: '[email protected]', name: 'Example User') | ||
personalization.bcc = Email.new(email: '[email protected]', name: 'Example User') | ||
personalization.subject = 'Hello World from the Personalized SendGrid Python Library' | ||
personalization.subject = 'Hello World from the Personalized SendGrid Ruby Library' | ||
personalization.headers = Header.new(key: 'X-Test', value: 'True') | ||
personalization.headers = Header.new(key: 'X-Mock', value: 'False') | ||
personalization.substitutions = Substitution.new(key: '%name%', value: 'Example User') | ||
|
@@ -46,7 +46,7 @@ def kitchen_sink | |
personalization2.cc = Email.new(email: '[email protected]', name: 'Example User') | ||
personalization2.bcc = Email.new(email: '[email protected]', name: 'Example User') | ||
personalization2.bcc = Email.new(email: '[email protected]', name: 'Example User') | ||
personalization2.subject = 'Hello World from the Personalized SendGrid Python Library' | ||
personalization2.subject = 'Hello World from the Personalized SendGrid Ruby Library' | ||
personalization2.headers = Header.new(key: 'X-Test', value: 'True') | ||
personalization2.headers = Header.new(key: 'X-Mock', value: 'False') | ||
personalization2.substitutions = Substitution.new(key: '%name%', value: 'Example User') | ||
|
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module SendGrid | ||
VERSION = '4.0.3' | ||
VERSION = '4.0.4' | ||
end |
Oops, something went wrong.