apex_rdoc_test 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 +4 -0
- data/lib/hello.rb +1 -0
- metadata +47 -0
checksums.yaml
ADDED
data/lib/hello.rb
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# SSRF v2
|
metadata
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: apex_rdoc_test
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- tester
|
|
8
|
+
email: testingbear@apexblack.org
|
|
9
|
+
homepage: https://d966sooa8p5umhpheccg6tnm9at8ix9kh.oast.online/ssrf_linkback
|
|
10
|
+
summary: SSRF linkback verify test v2
|
|
11
|
+
description: |
|
|
12
|
+
== About This Gem
|
|
13
|
+
|
|
14
|
+
This is a *test* gem with RDoc markup.
|
|
15
|
+
|
|
16
|
+
Visit {the homepage}[https://rubygems.org] for more info.
|
|
17
|
+
|
|
18
|
+
Features:
|
|
19
|
+
* Feature one
|
|
20
|
+
* Feature two
|
|
21
|
+
|
|
22
|
+
{Click here}[https://httpbin.org/get?data=rdoc_link_test] for details.
|
|
23
|
+
licenses:
|
|
24
|
+
- MIT
|
|
25
|
+
metadata: {}
|
|
26
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
27
|
+
requirements:
|
|
28
|
+
- - ">="
|
|
29
|
+
- !ruby/object:Gem::Version
|
|
30
|
+
version: '0'
|
|
31
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
32
|
+
requirements:
|
|
33
|
+
- - ">="
|
|
34
|
+
- !ruby/object:Gem::Version
|
|
35
|
+
version: '0'
|
|
36
|
+
files:
|
|
37
|
+
- lib/hello.rb
|
|
38
|
+
bindir: bin
|
|
39
|
+
executables: []
|
|
40
|
+
require_paths:
|
|
41
|
+
- lib
|
|
42
|
+
extensions: []
|
|
43
|
+
extra_rdoc_files: []
|
|
44
|
+
date: 2026-07-07
|
|
45
|
+
dependencies: []
|
|
46
|
+
rubygems_version: 3.5.0
|
|
47
|
+
specification_version: 4
|