mandrill_mailer 0.3.8 → 0.4.0
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 +8 -8
- data/change_log.md +6 -0
- data/lib/mandrill_mailer/template_mailer.rb +0 -3
- data/lib/mandrill_mailer/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YzQwNDdmOTY4MDhlYmQ4MmNhMzI1MjFkOGU2NDI4YmUzM2EzOTc3MQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NGY2NjA0OTQwODBlZGZkYzM4Y2U5NzMwYWE3MDJjMzMxNGI2NDVlMA==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZDkwYTY0N2M5ODg0Zjc5N2I1YWYyODkxYmFiOTlkYmExMjVkNTIyMjkxMmE5
|
10
|
+
YmE5MTdlYjk5NWVhODY2Zjg2ZDc5NjI2ZTEyZTBiYThhMGMyM2Q4ZGNlNTdm
|
11
|
+
MDk0NDQ1ZGRkMTAwNDNhNmQ3YmJhMmNkNzg5YjVlYjQ0MGMzZmY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NzQ1OGE5ZTFmZTM4YmEyMDhmODExYWJjYjA4MjBlN2NlOWY4ZjQ1ODE3YjI2
|
14
|
+
MzMxYWM2MGRjN2QyMDI0MjY5NjFkMDhlNWRmODdkODE5OTE4ZmUwM2IyODYw
|
15
|
+
MjQxY2I3MTQ4MTNkYjllZDU2NTk4NWUyNDdjOGQyYWUyMGU4NTA=
|
data/change_log.md
ADDED
@@ -230,9 +230,6 @@ module MandrillMailer
|
|
230
230
|
# format the :to param to what Mandrill expects if a string or array is passed
|
231
231
|
args[:to] = format_to_params(args[:to])
|
232
232
|
|
233
|
-
# if not provided (nil), set to true (Mandrill default). Otherwise, set to either true or false
|
234
|
-
args[:preserve_recipients] = args[:preserve_recipients].nil? ? true : format_boolean(args[:preserve_recipients])
|
235
|
-
|
236
233
|
# Set the template name
|
237
234
|
self.template_name = args.delete(:template)
|
238
235
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mandrill_mailer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam Rensel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-09-
|
11
|
+
date: 2013-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -91,6 +91,7 @@ files:
|
|
91
91
|
- .rspec
|
92
92
|
- Gemfile
|
93
93
|
- README.md
|
94
|
+
- change_log.md
|
94
95
|
- lib/mandrill_mailer.rb
|
95
96
|
- lib/mandrill_mailer/mock.rb
|
96
97
|
- lib/mandrill_mailer/railtie.rb
|