RubyGems
npm
Organizations
Log in
Sign up
RubyGems
mail_spy
Versions diffs
0.0.7 → 0.0.8
mail_spy 0.0.7 → 0.0.8
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
data/app/controllers/mail_spy/sendgrid_controller.rb
+1
-1
data/lib/mail_spy/version.rb
+1
-1
metadata
+1
-1
data/app/controllers/mail_spy/sendgrid_controller.rb
CHANGED
Viewed
@@ -10,7 +10,7 @@ module MailSpy
10
10
#Send grid event name
11
11
event_action = "sendgrid-#{params[:event]}"
12
12
13
-
case event
13
+
case
params[:
event
]
14
14
when 'bounce', 'dropped'
15
15
MailSpy.track_action(email_id, event_action, {:reason => params[:reason]})
16
16
when 'click'
data/lib/mail_spy/version.rb
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
1
module MailSpy
2
-
VERSION = "0.0.
7
"
2
+
VERSION = "0.0.
8
"
3
3
end
metadata
CHANGED
Viewed
@@ -2,7 +2,7 @@
2
2
name: mail_spy
3
3
version: !ruby/object:Gem::Version
4
4
prerelease:
5
-
version: 0.0.
7
5
+
version: 0.0.
8
6
6
platform: ruby
7
7
authors:
8
8
- Timothy Cardenas