axe-core-rspec 4.3.3 → 4.4.0.pre.bcdb465

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 75d1785ebe62ec14e047178c869abfb8e76bf258ae5aa79e2602ffee5101df2d
4
- data.tar.gz: b2e422f1e78d59c446c28e1260466840a71a847c76ff70c407f283d61eef9974
3
+ metadata.gz: 74aac866a95166579b3addb5a4fea36b3744ab386783d7b501bbbd68b2917da5
4
+ data.tar.gz: b399c862accbaa32b6da35cdbeb79bfc95376365ee3959dcf37957a8081f3cca
5
5
  SHA512:
6
- metadata.gz: 745ff72481b74c3f175c5fb1ed29041691354ca6f8a57558c986822696c16b0f85e1dc8c749e0aa0c726f5f457006ae642f4c9cfc45ecdca18f682c00292b72f
7
- data.tar.gz: 0e3afcd44c9a9b420f8a7641c5ade7b53b333c19d6f5c07fb38d6b14083acc0845c9ca125f48aa260ee0138fd7bbe1d996263300758ae182a1cc5dc977f44fd0
6
+ metadata.gz: 2a8e9685ebd006a2fb0f174b4bf2d2029f4ded10b8e2ef999bebb1a2022c7edb49f74f0cf00a37d80b7daa311542edb65bd36f338e7b7bf76b9b55c22b48f3b2
7
+ data.tar.gz: 9735ffd407feb8c893278f2c1df4023335bd9bb771031de1a0e093c7fe368ec8bcd35728fe37725ea68412162bdb7935bd79a481d5648b7001fb214cfc64cdef
data/README.md CHANGED
@@ -189,11 +189,11 @@ All of the described clauses may be mixed and matched with method chaining. Belo
189
189
  ```rb
190
190
  expect(page).to be_axe_clean.within('.main', '.header').excluding('.footer')
191
191
 
192
- expect(page).to be_axe_clean.excluding('#sidebar').according_to(:wcag2a, :wcag2aa).skipping(:color-contrast)
192
+ expect(page).to be_axe_clean.excluding('#sidebar').according_to(:wcag2a, :wcag2aa).skipping('color-contrast')
193
193
 
194
- expect(page).to be_axe_clean.within('.main').checking_only :document-title, :label
194
+ expect(page).to be_axe_clean.within('.main').checking_only 'document-title', :label
195
195
 
196
- expect(page).to be_axe_clean.according_to(:best-practice).checking(:aria-roles, :definition-list)
196
+ expect(page).to be_axe_clean.according_to(:best-practice).checking(:aria-roles, 'definition-list')
197
197
  ```
198
198
 
199
199
  [context-param]: https://github.com/dequelabs/axe-core/blob/master/doc/API.md#context-parameter
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: axe-core-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.3
4
+ version: 4.4.0.pre.bcdb465
5
5
  platform: ruby
6
6
  authors:
7
7
  - Deque Systems
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-26 00:00:00.000000000 Z
11
+ date: 2022-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dumb_delegator
@@ -135,11 +135,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
135
135
  version: 2.3.0
136
136
  required_rubygems_version: !ruby/object:Gem::Requirement
137
137
  requirements:
138
- - - ">="
138
+ - - ">"
139
139
  - !ruby/object:Gem::Version
140
- version: '0'
140
+ version: 1.3.1
141
141
  requirements: []
142
- rubygems_version: 3.0.3
142
+ rubygems_version: 3.2.32
143
143
  signing_key:
144
144
  specification_version: 4
145
145
  summary: RSpec custom matchers for Axe