notifly 0.3.2 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/notifly/models/flyable.rb +1 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 451c45effd33eee07444e8cfd3b12e6e5a8543bf
|
4
|
+
data.tar.gz: 875ad52e8dcb6d776007880d93f582afcf742ec3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f94a8a9765d4e4239a2be377be780eb8cc4b747b3a8a8d1f6dc81214e331b1f57cb879656b79b8e8446b5df6445d706e6114b28f71162cd03a0490e2f2ba8fcb
|
7
|
+
data.tar.gz: b4b9711473e44d89d23b0400d1f083880a26708b583d55c1b8b5b5ed69995ba372ab4acd92029945c3ff40e726a91f918573ebfed1cd04de4a108e66c136235c
|
data/README.md
CHANGED
@@ -143,8 +143,7 @@ module Notifly
|
|
143
143
|
|
144
144
|
if fly.mail.present?
|
145
145
|
template = fly.mail.try(:fetch, :template) || notification.template
|
146
|
-
|
147
|
-
Notifly::NotificationMailer.notifly to: self.email, template: template,
|
146
|
+
Notifly::NotificationMailer.notifly to: instance_eval(fly.receiver.to_s).email, template: template,
|
148
147
|
notification_id: notification.id
|
149
148
|
end
|
150
149
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: notifly
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pedro Passalini
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2015-01-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|