scrapeunblocker 0.1.6 → 0.1.7

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 006e8d929ddbfce0cbdd857f2e4152f90f66e90ec7f047191cba696c15bfaaa9
4
- data.tar.gz: 76b72f230eac9bf856ddfa61997272a27e2f6edf709b5e34fb97b1bcf694bf92
3
+ metadata.gz: ab6bd524121d205b90ef9cabe0315d1185772ee313a6e40d1bf9057dad3b535b
4
+ data.tar.gz: 82bc7674e38f9bfa125320956e440a66ad535d3aac8ac923e086d0b0ec3fcba2
5
5
  SHA512:
6
- metadata.gz: 7306785c8274864042095c861b2f007f3bbb7978078e2bc46fc1c1e9e6b3536bf7eb3bd207bf0705a83dad68fd3d6b2292d0b7298428fc7f01242ec896a6ec49
7
- data.tar.gz: ab3fae14ec06d02cdddbe3c3f9076ac42ac739371b87025acba31d6f5f1ec92cbed81dcf058c940b82c0ee0098d8c0e5f33cb09620c97b257d31f992c8937a6b
6
+ metadata.gz: 7d8ecc218ec1814f6cdca5681e156488b43302a935a7e8c8fe3d2d73cd98f45558c979c555c33c03db0a43e5a8cf440d2edc8d3b259854844ee7cf9083399fa3
7
+ data.tar.gz: ad8a15c080c559e9d6d5927351e8336788266a65f07971c0c49c41e69ffbee98b8a3d2a661c62d325365d9abdd716b08241a3afbe1a8a2f47234da48d162894e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.7 (2026-07-27)
4
+
5
+ - Registry and README links to scrapeunblocker.com now carry UTM parameters so traffic from package registries is attributable. No functional changes.
6
+
3
7
  ## 0.1.6 (2026-07-23)
4
8
 
5
9
  Version jumps from 0.1.2 to 0.1.6 so all four official SDKs (Python, Node.js, Ruby, PHP) share one version number from here on. Nothing was skipped - 0.1.3 to 0.1.5 were never released for Ruby.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ScrapeUnblocker Ruby client
2
2
 
3
- Official Ruby client for the [ScrapeUnblocker](https://scrapeunblocker.com) web scraping API.
3
+ Official Ruby client for the [ScrapeUnblocker](https://scrapeunblocker.com?utm_source=rubygems&utm_medium=integration&utm_campaign=ruby-sdk) web scraping API.
4
4
 
5
5
  Every request is fully JavaScript-rendered in a real browser and routed through premium proxies, so it bypasses Cloudflare, DataDome, PerimeterX, Akamai, Kasada and similar anti-bot systems - from one simple call. You are only billed for successful requests.
6
6
 
@@ -38,7 +38,7 @@ puts product.page_type # "product"
38
38
  p product.data
39
39
  ```
40
40
 
41
- Get your API key at [app.scrapeunblocker.com](https://app.scrapeunblocker.com). The free trial does not require a credit card.
41
+ Get your API key at [app.scrapeunblocker.com](https://app.scrapeunblocker.com?utm_source=rubygems&utm_medium=integration&utm_campaign=ruby-sdk). The free trial does not require a credit card.
42
42
 
43
43
  ## Authentication
44
44
 
@@ -201,9 +201,9 @@ ScrapeUnblocker::Client.new(
201
201
 
202
202
  ## Links
203
203
 
204
- - Documentation: https://developers.scrapeunblocker.com
205
- - Website: https://scrapeunblocker.com
206
- - Dashboard: https://app.scrapeunblocker.com
204
+ - Documentation: [developers.scrapeunblocker.com](https://developers.scrapeunblocker.com?utm_source=rubygems&utm_medium=integration&utm_campaign=ruby-sdk)
205
+ - Website: [scrapeunblocker.com](https://scrapeunblocker.com?utm_source=rubygems&utm_medium=integration&utm_campaign=ruby-sdk)
206
+ - Dashboard: [app.scrapeunblocker.com](https://app.scrapeunblocker.com?utm_source=rubygems&utm_medium=integration&utm_campaign=ruby-sdk)
207
207
 
208
208
  ## License
209
209
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ScrapeUnblocker
4
- VERSION = "0.1.6"
4
+ VERSION = "0.1.7"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrapeunblocker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - ScrapeUnblocker
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-07-23 00:00:00.000000000 Z
11
+ date: 2026-07-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: JS-rendered pages that bypass Cloudflare, DataDome, PerimeterX and Akamai,
14
14
  plus Google SERP and Skyscanner flights/hotels/car-hire scraping as JSON.
@@ -27,13 +27,13 @@ files:
27
27
  - lib/scrapeunblocker/parsed_page.rb
28
28
  - lib/scrapeunblocker/skyscanner.rb
29
29
  - lib/scrapeunblocker/version.rb
30
- homepage: https://scrapeunblocker.com
30
+ homepage: https://scrapeunblocker.com?utm_source=rubygems&utm_medium=integration&utm_campaign=ruby-sdk
31
31
  licenses:
32
32
  - MIT
33
33
  metadata:
34
- homepage_uri: https://scrapeunblocker.com
34
+ homepage_uri: https://scrapeunblocker.com?utm_source=rubygems&utm_medium=integration&utm_campaign=ruby-sdk
35
35
  source_code_uri: https://github.com/ScrapeUnblocker/scrapeunblocker-ruby
36
- documentation_uri: https://developers.scrapeunblocker.com
36
+ documentation_uri: https://developers.scrapeunblocker.com?utm_source=rubygems&utm_medium=integration&utm_campaign=ruby-sdk
37
37
  changelog_uri: https://github.com/ScrapeUnblocker/scrapeunblocker-ruby/blob/main/CHANGELOG.md
38
38
  bug_tracker_uri: https://github.com/ScrapeUnblocker/scrapeunblocker-ruby/issues
39
39
  rubygems_mfa_required: 'true'