scraper_utils 0.8.0 → 0.8.1
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/CHANGELOG.md +4 -0
- data/lib/scraper_utils/log_utils.rb +0 -1
- data/lib/scraper_utils/version.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: e83cc7c9eb0f93f1dd1b84e9528815cc9e81564dfbcacd7afdd32ec2acb60965
|
4
|
+
data.tar.gz: d1be3bb53939f60470b1ff247ac61c31a2946619306076a48c390e42431d2c1e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a094c22431c7b4dd34512a8eca31e36f6a41555b436be222f615ada2914fe54d38e0e69e223689cbd6c299b8a523c4085007fae02bcef2f2524fa6c2dcbef89
|
7
|
+
data.tar.gz: cd86b1d0d217dfb8808db194c5d14d13a06753a7009267279396e2366c6251506ca36e0c95be856ca5afbc8b096857e19802b43badd3f326d32247346badb1f2
|
data/CHANGELOG.md
CHANGED
@@ -150,7 +150,6 @@ module ScraperUtils
|
|
150
150
|
expect_bad_prefix = expect_bad.include?(authority) ? "[EXPECT BAD] " : ""
|
151
151
|
exception_msg = if exceptions[authority]
|
152
152
|
location = self.project_backtrace_line(exceptions[authority].backtrace, format: true)
|
153
|
-
puts "LOCATION: #{location.inspect}"
|
154
153
|
"#{exceptions[authority].class} - #{exceptions[authority]}#{location}"
|
155
154
|
else
|
156
155
|
"-"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scraper_utils
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ian Heggie
|
@@ -119,7 +119,7 @@ metadata:
|
|
119
119
|
allowed_push_host: https://rubygems.org
|
120
120
|
homepage_uri: https://github.com/ianheggie-oaf/scraper_utils
|
121
121
|
source_code_uri: https://github.com/ianheggie-oaf/scraper_utils
|
122
|
-
documentation_uri: https://rubydoc.info/gems/scraper_utils/0.8.
|
122
|
+
documentation_uri: https://rubydoc.info/gems/scraper_utils/0.8.1
|
123
123
|
changelog_uri: https://github.com/ianheggie-oaf/scraper_utils/blob/main/CHANGELOG.md
|
124
124
|
rubygems_mfa_required: 'true'
|
125
125
|
post_install_message:
|