rex-random_identifier 0.1.10 → 0.1.11
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
- checksums.yaml.gz.sig +0 -0
- data/cortex.yaml +16 -0
- data/lib/rex/random_identifier/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +3 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3d78bff108e7f6e223c87eb9205d8ac24682173bb681514e8fb475169bd64175
|
|
4
|
+
data.tar.gz: 36bcb75c3d7a33169a405a36fb775f7b955bb106fe34c4af3fcb515a5f3a7e25
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1a39c523cd4918a14224c251a1e70c9a9e4b907414600376752f16bfeaf850e837fa8489646c117d6483acd4b2a27a1552632799e8b8fd305a965bb17cc2b46
|
|
7
|
+
data.tar.gz: 00572b010faedfca97329c8589ab7c2a094fc0f32bec1884a414bfe2344ea2cc133bdaa24a44b3cae922a44bde41e5c543f89a040e1a0642d70e86da73bfe067
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/cortex.yaml
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
info:
|
|
3
|
+
title: Rex Random Identifier
|
|
4
|
+
description: Rex Library for generating strings that conform to most standards for
|
|
5
|
+
an identifier
|
|
6
|
+
x-cortex-git:
|
|
7
|
+
github:
|
|
8
|
+
alias: r7org
|
|
9
|
+
repository: rapid7/rex-random_identifier
|
|
10
|
+
x-cortex-tag: rex-random-identifier
|
|
11
|
+
x-cortex-type: service
|
|
12
|
+
x-cortex-domain-parents:
|
|
13
|
+
- tag: metasploit
|
|
14
|
+
openapi: 3.0.1
|
|
15
|
+
servers:
|
|
16
|
+
- url: "/"
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rex-random_identifier
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Metasploit Hackers
|
|
@@ -93,7 +93,7 @@ cert_chain:
|
|
|
93
93
|
EknWpNgVhohbot1lfVAMmIhdtOVaRVcQQixWPwprDj/ydB8ryDMDosIMcw+fkoXU
|
|
94
94
|
9GJsSaSRRYQ9UUkVL27b64okU8D48m8=
|
|
95
95
|
-----END CERTIFICATE-----
|
|
96
|
-
date: 2023-
|
|
96
|
+
date: 2023-10-04 00:00:00.000000000 Z
|
|
97
97
|
dependencies:
|
|
98
98
|
- !ruby/object:Gem::Dependency
|
|
99
99
|
name: rake
|
|
@@ -153,6 +153,7 @@ files:
|
|
|
153
153
|
- LICENSE
|
|
154
154
|
- README.md
|
|
155
155
|
- Rakefile
|
|
156
|
+
- cortex.yaml
|
|
156
157
|
- lib/rex/random_identifier.rb
|
|
157
158
|
- lib/rex/random_identifier/generator.rb
|
|
158
159
|
- lib/rex/random_identifier/version.rb
|
metadata.gz.sig
CHANGED
|
Binary file
|