no_notifier_needed 2.0.3 → 2.0.4
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.
- data/VERSION +1 -1
- data/lib/no_notifier_needed/send.rb +1 -1
- data/no_notifier_needed.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.0.
|
|
1
|
+
2.0.4
|
|
@@ -33,7 +33,7 @@ module NoNotifierNeeded
|
|
|
33
33
|
elsif a.is_a?(Hash)
|
|
34
34
|
a.each{|k,v| th[k.to_sym] = CGI.escapeHTML(v) }
|
|
35
35
|
else
|
|
36
|
-
raise ArgumentError.new("Unknown values passed to email procesor. \n Object #{a} \n\n WhichEmail: #{which_email} \n Args #{pp args}")
|
|
36
|
+
raise ArgumentError.new("Unknown values passed to email procesor. \n Object #{a} \n\n WhichEmail: #{which_email} \n Args #{pp args} \n\n Known Models #{known_models}")
|
|
37
37
|
end
|
|
38
38
|
end
|
|
39
39
|
th
|
data/no_notifier_needed.gemspec
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: no_notifier_needed
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 2.0.
|
|
5
|
+
version: 2.0.4
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Robert R. Meyer
|
|
@@ -198,7 +198,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
198
198
|
requirements:
|
|
199
199
|
- - ">="
|
|
200
200
|
- !ruby/object:Gem::Version
|
|
201
|
-
hash:
|
|
201
|
+
hash: 4263578042653107453
|
|
202
202
|
segments:
|
|
203
203
|
- 0
|
|
204
204
|
version: "0"
|