axe-core-api 4.6.1.pre.311e4da → 4.7.0.pre.5cb81f7
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/run.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 63159393301b9412aef8c4985d721bb4296316866a8cbc05a8465fa40077fcb2
|
4
|
+
data.tar.gz: e0e8b4c76b4f1a512ab415a22c4dc373a3eae9a898a7067dd1aed02a977ee61b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e62475b52597c15a2f5dcaefffbf7d457fae86a6a03c19aee013234a19ce15f80c2f33000f57cb4ab683731b899eb1d9e4a6d85569fd80a63f051d338ad87b69
|
7
|
+
data.tar.gz: 501a16eb84da7b92075645d84f1f40b05eaeaf7568abd4c423455b72db2231289f8121a1d8195464fd0236e2f9b0a7eb6e59a775efdad79f4477851571e37e5e
|
data/lib/axe/api/run.rb
CHANGED
@@ -37,7 +37,7 @@ module Axe
|
|
37
37
|
throw partial_results if partial_results.respond_to?("key?") and partial_results.key?("errorMessage")
|
38
38
|
results = within_about_blank_context(page) { |page|
|
39
39
|
partial_res_str = partial_results.to_json
|
40
|
-
size_limit =
|
40
|
+
size_limit = 10_000_000
|
41
41
|
while not partial_res_str.empty? do
|
42
42
|
chunk_size = size_limit
|
43
43
|
chunk_size = partial_res_str.length if chunk_size > partial_res_str.length
|
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.
|
4
|
+
version: 4.7.0.pre.5cb81f7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Deque Systems
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-06-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dumb_delegator
|