stagehand 3.7.0 → 3.7.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b7c91f07354192358f41a80cce61e739a42bebb4f87566959624c447f1c295f6
4
- data.tar.gz: 220e35b5a9adb42f8766c2ce488d17e7b6da6aa60bd06bbf86466d67227175cc
3
+ metadata.gz: 87ccf4bfcfc723469ff68db45b650d9f2702c6692905a8f6a42e7456d6d37b63
4
+ data.tar.gz: dbcfc350b71c0a0d89cad72696fcde9fc3f506d425fedd56e2e611b176070a73
5
5
  SHA512:
6
- metadata.gz: a6bc54db547392ad7ac88fd99ccd6dc3398a358cc68cfd54b58e408b2ceba1369f3b25dfe47546cba5a580327d3b37fef15ee36d476a32a54a78ef6cb470b7fc
7
- data.tar.gz: d6c0eb33cfd83870ace256b9865e460a02a26e04b526a41f71d6ebbfcbb21a979f1ab53be2468053ec6c3eb8f1d999872ff1095f48baf1b0f7f50ec8455ac8ed
6
+ metadata.gz: 1bafc8973dd2a0844797e67c0ecb04fdf0a3b8245ff0639af4f9334da95cdfbc6701f00ab8519ae07a998478383b14c633c8e3bd823c991caa4623ac5b9ace0d
7
+ data.tar.gz: 2e35f3d9adace66379d78c8631d271932d040ccc2aa190a793f074e37e1ea737c766424f21ebd2e6bfbd49687d9073e223615db052b624ff7488c641e3dedf81
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.7.1 (2026-02-27)
4
+
5
+ Full Changelog: [v3.7.0...v3.7.1](https://github.com/browserbase/stagehand-ruby/compare/v3.7.0...v3.7.1)
6
+
7
+ ### Bug Fixes
8
+
9
+ * properly mock time in ruby ci tests ([ed2c2c2](https://github.com/browserbase/stagehand-ruby/commit/ed2c2c28400498332f0742b2616fd14a66646690))
10
+
3
11
  ## 3.7.0 (2026-02-25)
4
12
 
5
13
  Full Changelog: [v3.6.1...v3.7.0](https://github.com/browserbase/stagehand-ruby/compare/v3.6.1...v3.7.0)
data/README.md CHANGED
@@ -183,6 +183,8 @@ Examples and dependencies:
183
183
  - `examples/local_playwright_example.rb`: `playwright-ruby-client` + Playwright browsers
184
184
  - `examples/local_watir_example.rb`: `watir`
185
185
 
186
+ Multiregion support: see `examples/local_server_multiregion_browser_example.rb`.
187
+
186
188
  Install dependencies for the example you want to run, then execute it:
187
189
 
188
190
  ```bash
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stagehand
4
- VERSION = "3.7.0"
4
+ VERSION = "3.7.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stagehand
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.7.0
4
+ version: 3.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stagehand
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-02-25 00:00:00.000000000 Z
11
+ date: 2026-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi