axe-core-api 4.9.1.pre.a80eeee → 4.9.1.pre.f16172e
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/axe/api.rb +5 -0
- data/lib/axe/matchers/be_axe_clean.rb +1 -1
- data/node_modules/axe-core/axe.min.js +2 -2
- metadata +2 -1
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: axe-core-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.9.1.pre.
|
4
|
+
version: 4.9.1.pre.f16172e
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Deque Systems
|
@@ -145,6 +145,7 @@ extra_rdoc_files: []
|
|
145
145
|
files:
|
146
146
|
- LICENSE
|
147
147
|
- README.md
|
148
|
+
- lib/axe/api.rb
|
148
149
|
- lib/axe/api/a11y_check.rb
|
149
150
|
- lib/axe/api/audit.rb
|
150
151
|
- lib/axe/api/context.rb
|