axe-core-api 4.9.1.pre.f16172e → 4.9.1.pre.396d719

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
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.f16172e
4
+ version: 4.9.1.pre.396d719
5
5
  platform: ruby
6
6
  authors:
7
7
  - Deque Systems
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-13 00:00:00.000000000 Z
11
+ date: 2024-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dumb_delegator
@@ -145,7 +145,6 @@ extra_rdoc_files: []
145
145
  files:
146
146
  - LICENSE
147
147
  - README.md
148
- - lib/axe/api.rb
149
148
  - lib/axe/api/a11y_check.rb
150
149
  - lib/axe/api/audit.rb
151
150
  - lib/axe/api/context.rb
data/lib/axe/api.rb DELETED
@@ -1,5 +0,0 @@
1
- module Axe
2
- module API
3
- autoload :Run, "axe/api/run"
4
- end
5
- end