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 CHANGED
@@ -2,7 +2,6 @@
2
2
  $LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', 'lib')
3
3
  require 'sendgrid_toolkit'
4
4
  require "thor"
5
- require 'sendgrid_cli_mailer'
6
5
 
7
6
  class SendgridCliMailerCommand < Thor
8
7
  desc "mail", "Sends an email via SendGrid API"
@@ -0,0 +1,4 @@
1
+ require "sendgrid_cli_mailer/version"
2
+ module SendgridCliMailer
3
+ #other code can go here
4
+ end
@@ -1,3 +1,3 @@
1
1
  module SendgridCliMailer
2
- VERSION = "0.5.1"
2
+ VERSION = "0.5.2"
3
3
  end
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.1
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