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 CHANGED
@@ -1 +1 @@
1
- 2.0.3
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
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "no_notifier_needed"
8
- s.version = "2.0.3"
8
+ s.version = "2.0.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Robert R. Meyer"]
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.3
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: 373622449022863855
201
+ hash: 4263578042653107453
202
202
  segments:
203
203
  - 0
204
204
  version: "0"