send_grid_mailer 0.5.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: send_grid_mailer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Platanus
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2017-05-06 00:00:00.000000000 Z
12
+ date: 2017-06-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -165,12 +165,14 @@ files:
165
165
  - README.md
166
166
  - Rakefile
167
167
  - lib/send_grid_mailer.rb
168
+ - lib/send_grid_mailer/api.rb
168
169
  - lib/send_grid_mailer/definition.rb
169
170
  - lib/send_grid_mailer/deliverer.rb
170
171
  - lib/send_grid_mailer/engine.rb
171
172
  - lib/send_grid_mailer/errors.rb
173
+ - lib/send_grid_mailer/interceptor/recipient_interceptor.rb
174
+ - lib/send_grid_mailer/interceptors_handler.rb
172
175
  - lib/send_grid_mailer/logger.rb
173
- - lib/send_grid_mailer/mail_message_ext.rb
174
176
  - lib/send_grid_mailer/mailer_base_ext.rb
175
177
  - lib/send_grid_mailer/version.rb
176
178
  - lib/tasks/send_grid_mailer_tasks.rake
@@ -1,7 +0,0 @@
1
- module Mail
2
- class Message
3
- def sg_definition
4
- @sg_definition ||= SendGridMailer::Definition.new
5
- end
6
- end
7
- end