ae_easy-qa 0.0.19 → 0.0.20
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.
- checksums.yaml +4 -4
- data/lib/ae_easy/qa/validate_internal.rb +2 -1
- data/lib/ae_easy/qa/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c72d5444ae19255110461dc0c1ec0ce4651511f82310098b7824aff7e59b2ead
|
|
4
|
+
data.tar.gz: 7bec17a2a260cae2aadf815fa6ecb36bed838aa2170899848fea1b23096ab671
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 81a5b662767655e43daa1d20f7d3f9734b2015ff2e88eb1ce04b7e075ed46300f31d6f1c3ead94461ce276c126d3259b271d01217c312158dfa6814804b171a0
|
|
7
|
+
data.tar.gz: 0c33dd4a14929970df2d5d7c40121dc3877eddf781c93e1406c66625d6ae4c2df2b3dedfbaec1d7cff7dcb0954473ad413c0e10d4cd1a2304f14993437756164
|
|
@@ -113,7 +113,8 @@ module AeEasy
|
|
|
113
113
|
data << record
|
|
114
114
|
end
|
|
115
115
|
else
|
|
116
|
-
puts
|
|
116
|
+
puts "All ScraperJobOutput request was nil. Total records: #{total_records}, data count: #{data.count}, page: #{page}"
|
|
117
|
+
break
|
|
117
118
|
end
|
|
118
119
|
page += 1
|
|
119
120
|
end
|
data/lib/ae_easy/qa/version.rb
CHANGED