effective_messaging 0.5.3 → 0.5.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed8de6731f08ee11c570349e0113f777d7bb4880e603a4dafc26218247f04290
4
- data.tar.gz: 9603bdad9a258cb469a50a9951fd57a1b4f05208ae5529b850b96459475b5b8e
3
+ metadata.gz: 01f5ac59c4096a5dd17f123d06f245f322f2228e751134bf8cfe4af9a9ce93c4
4
+ data.tar.gz: 1567e1aa7014a9cefbacbdcfbdeeedf1f1b5ff5ac095dbe4914140f7409cbe3d
5
5
  SHA512:
6
- metadata.gz: ea54a28a5d20dbbfb6d9f65a475cf9d6382106b03f6266bab61f5ab22bfcf456f0740423669278d6ac6ae14cb780d1add01f62cb1f9a0f919fc88a2a683c12fb
7
- data.tar.gz: 71a0eb5f6ec5365d3fec8db717fd6c6319a0010d762f680b86df9287364b19941eb4447f4d5b3b20944aeb6c25bd3146b1ac97a59059e79c664551dbaae50ad3
6
+ metadata.gz: 68477aa579f572943d4417ce063fca69dd7969246637e21eaff3a8cb5d78f967038ec8cdf0bddbb58cf507c41a7a1c35ecb3d384cec0cc7392a59a62474323ca
7
+ data.tar.gz: d119507d7f5b8512c08af5ebd1fbe3faf52d320af022a098a42fa3c47588e61a7e3a68715313bda02d3271cd4dab9174327929b1b53314caa70dacdeba7541d6
@@ -81,12 +81,12 @@ module Effective
81
81
 
82
82
  unsubscribe = [
83
83
  "You received this message because of your affiliation with the #{name} at #{url}",
84
- "If you do not want to receive this messages any more, you may <a href=\"{{{ pm:unsubscribe }}}\">Unsubscribe from this list</a>.",
84
+ "If you do not want to receive this messages any more, you may unsubscribe from this list.",
85
85
  "Please understand that unsubscribing means you will no longer receive mandatory messages and announcements."
86
86
  ].join(" ")
87
87
 
88
88
  # Attach unsubscribe link
89
- rendered[:body] = "#{rendered[:body]}\r\n\r\n<hr><small>#{unsubscribe}</small>"
89
+ rendered[:body] = "#{rendered[:body]}\r\n\r\n#{unsubscribe}\r\n\r\n"
90
90
 
91
91
  rendered
92
92
  end
@@ -1,3 +1,3 @@
1
1
  module EffectiveMessaging
2
- VERSION = '0.5.3'.freeze
2
+ VERSION = '0.5.4'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: effective_messaging
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code and Effect