no_notifier_needed 2.4.2 → 2.4.3

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.4.2
1
+ 2.4.3
@@ -92,7 +92,7 @@ class Notifier < ActionMailer::Base
92
92
  end
93
93
 
94
94
  def utm_params
95
- return "" unless @template.respond_to?(:utm_params)
95
+ return "" unless @template.respond_to?(:utm_params) && @template.utm_params
96
96
  utm = @template.utm_params
97
97
  to_ret = utm if utm.is_a?(String)
98
98
  to_ret = utm.join("&") if utm.is_a?(Array)
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "no_notifier_needed"
8
- s.version = "2.4.2"
8
+ s.version = "2.4.3"
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
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: no_notifier_needed
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.2
4
+ version: 2.4.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: