wrangle 0.1.0

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.
metadata ADDED
@@ -0,0 +1,69 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: wrangle
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Eric Boehs
8
+ bindir: exe
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: |
13
+ Wrangle drives an ordinary Safari window through Apple Events: no automation session, no
14
+ extension, no native helper. The window stays a real one you can see, keep, and take back.
15
+ Scope is the safety boundary - one window id, one tab position, one expected URL, one document
16
+ epoch - and losing any of them ends the session rather than starting a search for a substitute.
17
+ email:
18
+ - ericboehs@gmail.com
19
+ executables:
20
+ - wrangle
21
+ extensions: []
22
+ extra_rdoc_files: []
23
+ files:
24
+ - CHANGELOG.md
25
+ - LICENSE.txt
26
+ - README.md
27
+ - exe/wrangle
28
+ - lib/wrangle.rb
29
+ - lib/wrangle/action_space.rb
30
+ - lib/wrangle/decider.rb
31
+ - lib/wrangle/errors.rb
32
+ - lib/wrangle/jev.rb
33
+ - lib/wrangle/js/bridge.js
34
+ - lib/wrangle/js/page.js
35
+ - lib/wrangle/js/snapshot.js
36
+ - lib/wrangle/jxa_bridge.rb
37
+ - lib/wrangle/mcp_bridge.rb
38
+ - lib/wrangle/observation.rb
39
+ - lib/wrangle/run_loop.rb
40
+ - lib/wrangle/safari.rb
41
+ - lib/wrangle/session_server.rb
42
+ - lib/wrangle/version.rb
43
+ - skills/wrangle/SKILL.md
44
+ homepage: https://github.com/ericboehs/wrangle
45
+ licenses:
46
+ - MIT
47
+ metadata:
48
+ homepage_uri: https://github.com/ericboehs/wrangle
49
+ changelog_uri: https://github.com/ericboehs/wrangle/blob/main/CHANGELOG.md
50
+ bug_tracker_uri: https://github.com/ericboehs/wrangle/issues
51
+ rubygems_mfa_required: 'true'
52
+ rdoc_options: []
53
+ require_paths:
54
+ - lib
55
+ required_ruby_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: '3.2'
60
+ required_rubygems_version: !ruby/object:Gem::Requirement
61
+ requirements:
62
+ - - ">="
63
+ - !ruby/object:Gem::Version
64
+ version: '0'
65
+ requirements: []
66
+ rubygems_version: 4.0.16
67
+ specification_version: 4
68
+ summary: Hand one Safari window to a program, and no more than that.
69
+ test_files: []