mandrill_mailer 1.7.0 → 1.7.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/mandrill_mailer/rspec_helpers/merge_var_matcher.rb +1 -1
- data/lib/mandrill_mailer/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 05eb7c84f82b471a727403aa3737a8be9489bc516fd875a97a02bae7c42bb6a9
|
4
|
+
data.tar.gz: d399e991ace1c775311c4bd1b278ae63eb775c3b5c9188a391dfee67fc250022
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2a5011a4579fdff322636fde429bcbeadd3f4fb0a31563e9baf904240231c9f77599688bc7c50e5e90092f5754f3de0b67e40c82295434949785f51a6d2cc42
|
7
|
+
data.tar.gz: 0d8cd1b3457ba7d026396f5d715e733409076a4267b3a91f9de8c00dbe22375932b41d7a14742ba646cf0eb7f8ab820522ef9003a6478ee25ce05f776571e781
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,9 @@
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
3
3
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
4
4
|
|
5
|
+
## 1.7.1 - 2018-10-06
|
6
|
+
- Fix rspec matcher: https://github.com/renz45/mandrill_mailer/pull/136
|
7
|
+
|
5
8
|
## 1.7.0 - 2018-10-06
|
6
9
|
- Switch to mandrillus fork of the mandrill-api gem to allow for newer
|
7
10
|
json gem support
|
@@ -30,7 +30,7 @@ RSpec::Matchers.define :have_merge_data do |expected_data|
|
|
30
30
|
MESSAGE
|
31
31
|
end
|
32
32
|
|
33
|
-
|
33
|
+
failure_message_when_negated do |actual|
|
34
34
|
<<-MESSAGE.strip_heredoc
|
35
35
|
Expected merge variables: #{merge_vars_from(actual).inspect} to not include data: #{expected_data.inspect} but it does.
|
36
36
|
MESSAGE
|
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: 1.7.
|
4
|
+
version: 1.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam Rensel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|