pundit-matchers 3.1.1 → 3.1.2

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: 141abfa7ebc01c34b65ed5231dd3b66d7453d49a0797f2d8f8cf3c79058f4e4c
4
- data.tar.gz: bd9508d4a9f95d60e4239ab0f96a9f210ca8137c907f846ecefcc35a062fcfae
3
+ metadata.gz: 0ce1e0e0fa90468774d5a482fd4d715af3e40b6e4a4fc6360f19c009d21d04a8
4
+ data.tar.gz: 463cb245dfd0a68f5c106e92248ff320fb7ef95d826cdf1a0111b3bddd0ba8bd
5
5
  SHA512:
6
- metadata.gz: 7f9c778c08f01c7ffe3060480d55570d18c37358db1c87016bf66608028690764b8a4ac53419ef162fcce71b345dd05c8a617aa1f0598cbeb6d554033b0c1c0a
7
- data.tar.gz: f68b63d3155d1fd806c3dd061e5e330fcf656a14bf51ada7d25d856e161b5324822913114328e01d5bd76c99d2198e69a415fdfb21137793bab6ec5815ec741a
6
+ metadata.gz: 7ebb5b5df0c13cb1bc0fa8a150c0f6a34cae3719bebd9ff11bdec03f30304678e1101e393c7e7b3a47a3efa83b0169732e96efe929c8c23d79682dd537f72c8d
7
+ data.tar.gz: 25026769eeb8f12294babbbecd5efcff201d7a648b843d4b71b8a49d8da19b88c18f7cc0298e10e95f9dd0e36fc1209824a650aa338904704dcd4bcb121b24a7
@@ -6,7 +6,7 @@ module Pundit
6
6
  module Matchers
7
7
  # This is the base class for all matchers in the Pundit Matchers library.
8
8
  class BaseMatcher
9
- include RSpec::Matchers::Composable
9
+ include ::RSpec::Matchers::Composable
10
10
 
11
11
  # Error message when an ambiguous negated matcher is used.
12
12
  AMBIGUOUS_NEGATED_MATCHER_ERROR = <<~MSG
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pundit-matchers
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Alley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-25 00:00:00.000000000 Z
11
+ date: 2023-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec-core