check_please_rspec_matcher 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2569d6fdbb53fd05080c37c98327514a11ac997775d26df068b3e472ebc25efb
4
- data.tar.gz: 1f4f69b52c7b9e505b66abb21aecb054ab5ba9e3f4b6e2c700609a701b49ec51
3
+ metadata.gz: ca6596b837b9763253ba2dbc5212b16fe401994944858313d64e35cdbd060d2c
4
+ data.tar.gz: aed1980503a2ed99e214a16675611635460bf8357a0ddb0248ad00ae6256a16f
5
5
  SHA512:
6
- metadata.gz: be70d5dadf909d44d7c6b62a03cf46658e161c0c23749636dddd200d3922240cb4284ee35751ea920c0caa9eef40095d20868d5932ad03c9628bd833ae5e4901
7
- data.tar.gz: abf4fbb597787941a70d5ce89cf9f78d1f47157c8da731759369226372fce8e295e42c6300060c06a18f9ffc9af884e8ce80b9869ad07a7ded33234367a3bfbe
6
+ metadata.gz: 66a0543ef8f6b3b20fee80d0b8ec032652978361ec8bed8290cb9409fa410d78f7886207bb85502f0860bc6d8ccbbdd6bc9119594b0e27ad6aace81448ddafa8
7
+ data.tar.gz: 4ef8bb59980d24082aa67f3b3dfa3d4494cbf923c5e6e143f93815fbb6ba607c5246b1dfd586ce327b4628b66c65864521d80d1bff5a8a8288a10561898b4eb4
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- check_please_rspec_matcher (0.3.0)
4
+ check_please_rspec_matcher (0.4.0)
5
5
  check_please (~> 0.3.0)
6
6
  rspec (~> 3.9)
7
7
 
data/README.md CHANGED
@@ -5,6 +5,13 @@ structures parsed from them). Most of the heavy lifting is done by the
5
5
  [check_please](https://github.com/RealGeeks/check_please) gem; this is merely
6
6
  an RSpec wrapper that I didn't want to include in the main gem.
7
7
 
8
+ ## See Also
9
+
10
+ If you'd like more control over the output formatting, and especially if you'd
11
+ like to provide custom logic for diffing your own classes, you might be better
12
+ served by the [super_diff](https://github.com/mcmire/super_diff) gem. Check it
13
+ out!
14
+
8
15
  ## Installation
9
16
 
10
17
  Add this line to your application's Gemfile:
@@ -1,4 +1,4 @@
1
1
  module CheckPleaseRspecMatcher
2
2
  # NOTE: don't forget to change the dependency on the 'check_please' gem in the .gemspec file
3
- VERSION = "0.3.0"
3
+ VERSION = "0.4.0"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: check_please_rspec_matcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Livingston-Gray
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-11-19 00:00:00.000000000 Z
11
+ date: 2020-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: check_please