mandrill_mailer 1.7.0 → 1.7.1

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: 85f57e15a6f6bc5bfdb7d07f448deff256149c8fdb777fd45c93bf6451dd562d
4
- data.tar.gz: 99aa8577665fac098d59f017e1d536a09b0fe6d27ede2578bf681f15d6d0777e
3
+ metadata.gz: 05eb7c84f82b471a727403aa3737a8be9489bc516fd875a97a02bae7c42bb6a9
4
+ data.tar.gz: d399e991ace1c775311c4bd1b278ae63eb775c3b5c9188a391dfee67fc250022
5
5
  SHA512:
6
- metadata.gz: 6015066b28954d16d2b5a124e0666d5e08c618ed1638d918b75992c61c1b5517b6a0375c533f0c1d84e3895e4483b659f67b44da580cd31df381a462b193b25e
7
- data.tar.gz: 238b3903672e069e0ed83bed7b22b7f76e18ca3742530917a734afc0e4358461afe6dd9a3c7e909ad90f6744c7513f321bddfb07c4d1995b360df0995927e122
6
+ metadata.gz: c2a5011a4579fdff322636fde429bcbeadd3f4fb0a31563e9baf904240231c9f77599688bc7c50e5e90092f5754f3de0b67e40c82295434949785f51a6d2cc42
7
+ data.tar.gz: 0d8cd1b3457ba7d026396f5d715e733409076a4267b3a91f9de8c00dbe22375932b41d7a14742ba646cf0eb7f8ab820522ef9003a6478ee25ce05f776571e781
@@ -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
- failure_message do |actual|
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
@@ -1,3 +1,3 @@
1
1
  module MandrillMailer
2
- VERSION = "1.7.0"
2
+ VERSION = "1.7.1"
3
3
  end
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.0
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: 2018-10-08 00:00:00.000000000 Z
11
+ date: 2019-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport