html_email_creator 1.0.13 → 1.0.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,7 +24,7 @@ module HtmlEmailCreator
24
24
  'email' => '*|EMAIL|*',
25
25
  'first_name' => '*|FNAME|*',
26
26
  'last_name' => '*|LNAME|*',
27
- 'unsubscribe_url' => '*|UNSUBSCRIBE|*'
27
+ 'unsubscribe_url' => '*|UNSUB|*'
28
28
  }
29
29
  }
30
30
 
@@ -1,3 +1,3 @@
1
1
  module HtmlEmailCreator
2
- VERSION = "1.0.13" unless defined?(::HtmlEmailCreator::VERSION)
2
+ VERSION = "1.0.14" unless defined?(::HtmlEmailCreator::VERSION)
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 13
9
- version: 1.0.13
8
+ - 14
9
+ version: 1.0.14
10
10
  platform: ruby
11
11
  authors:
12
12
  - Pekka Mattila