sampledocpayload624286 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.
Files changed (5) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +1 -0
  3. data/lib/sample.rb +5 -0
  4. data/payload.html +1 -0
  5. metadata +47 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 0ccc9039d740f27fceabca604f6cf4c373b7b18186b025b9829e5a9d81db241e
4
+ data.tar.gz: 0cd29da54be9fc0c7d029d0b02af068abd41b70039838e6a2419256694acc9eb
5
+ SHA512:
6
+ metadata.gz: 3a1442555d39f41a31695919224fb1652d57c0cad215a005e042bb27c213de2dca96c920e155a3d8cc8981e42d9d4dda307e7a4d660906d8d1364e48e540492e
7
+ data.tar.gz: 0346df5b56719ccd5df2027994f7cc039f661021632cc381969c0dc32aed11e6f199bbf3389f6fa4ae3af2830a4ffff6050b33dc75d668632751c2fb19b5480c
data/README.md ADDED
@@ -0,0 +1 @@
1
+ # Hello gem docs test
data/lib/sample.rb ADDED
@@ -0,0 +1,5 @@
1
+ # documentation class
2
+ class SampleDocTest
3
+ # hi
4
+ def foo;end
5
+ end
data/payload.html ADDED
@@ -0,0 +1 @@
1
+ <!doctype html><html><body><h1>Payload works</h1><script>document.write(' JSOK '+(2+3))</script></body></html>
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sampledocpayload624286
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - x
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-05-26 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Sample documentation payload test
14
+ email: ''
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files:
18
+ - README.md
19
+ files:
20
+ - README.md
21
+ - lib/sample.rb
22
+ - payload.html
23
+ homepage:
24
+ licenses: []
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options:
28
+ - "--main=README.md"
29
+ - "--copy-files=payload.html"
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubygems_version: 3.3.15
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: Sample docs
47
+ test_files: []