auth-loop-debug-artifact-20260306013047 0.0.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: bc98e5169efa82424415a10c4702006e649afaaa5154e85139734a7da04f4ab6
4
+ data.tar.gz: ff6fa8221bc825050bf3a47dbffffec48c278e8c4e0819deadb0b218fceeaf67
5
+ SHA512:
6
+ metadata.gz: 831e3e94649c40b3cd329569b7733717a4fdbd415096776b46fb2be840fd45fa8b355d7078415b39bff906ef5fed51588a2ca0b9d04d7801e2b1f5c87f39d699
7
+ data.tar.gz: adb3361a610b0873a4ee98b032322e3b444bbcb227a90df0236cb54b3dec8af0f6c8d04c1e78aa0d1987bf4aa67eea7b02cc6a73bf1a0242b1b8cc00ed812b76
data/README.md ADDED
@@ -0,0 +1,8 @@
1
+ # auth-loop-debug-artifact-20260306013047
2
+
3
+ Contains one file for debugging export:
4
+
5
+ - data/auth-loop-debug.tar.gz
6
+ - SHA256: 35f746baa28ad1d7cbedfe619c287b0b2e7b79090afdd1c36b6ba89409b56765
7
+
8
+ Created for one-off auth loop investigation.
Binary file
@@ -0,0 +1,3 @@
1
+ module #{"auth-loop-debug-artifact-20260306013047".split('-').map(&:capitalize).join}
2
+ VERSION = '0.0.1'
3
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: auth-loop-debug-artifact-20260306013047
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - debug-bot
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2026-03-06 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Contains the archived Playwright auth-loop repro debug bundle for inspection.
14
+ email:
15
+ - authtmp210d6a39d7@example.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - README.md
21
+ - data/auth-loop-debug.tar.gz
22
+ - lib/auth-loop-debug-artifact-20260306013047.rb
23
+ homepage: https://rubygems.org/
24
+ licenses:
25
+ - MIT
26
+ metadata: {}
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: 2.6.0
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubygems_version: 3.3.15
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: One-off auth-loop debug artifact bundle
46
+ test_files: []