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 +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +2 -0
- data/lib/stagehand/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: 87ccf4bfcfc723469ff68db45b650d9f2702c6692905a8f6a42e7456d6d37b63
|
|
4
|
+
data.tar.gz: dbcfc350b71c0a0d89cad72696fcde9fc3f506d425fedd56e2e611b176070a73
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/lib/stagehand/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2026-02-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|