sendgrid_cli_mailer 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/sg_cli +0 -1
- data/lib/sendgrid_cli_mailer.rb +4 -0
- data/lib/sendgrid_cli_mailer/version.rb +1 -1
- metadata +2 -1
data/bin/sg_cli
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sendgrid_cli_mailer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -57,6 +57,7 @@ files:
|
|
57
57
|
- README.md
|
58
58
|
- Rakefile
|
59
59
|
- bin/sg_cli
|
60
|
+
- lib/sendgrid_cli_mailer.rb
|
60
61
|
- lib/sendgrid_cli_mailer/version.rb
|
61
62
|
- sendgrid_cli_mailer.gemspec
|
62
63
|
homepage: https://github.com/blasterpal/sendgrid_cli_mailer
|