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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c57689114f9e8953b0545df3195e9898fdaa46314be84d7c97966c13bf5d85dc
4
- data.tar.gz: bb36a8f27e10b0034ddf44723f7b195a5e2223c1037020ff46c69a508623fa3d
3
+ metadata.gz: 3d78bff108e7f6e223c87eb9205d8ac24682173bb681514e8fb475169bd64175
4
+ data.tar.gz: 36bcb75c3d7a33169a405a36fb775f7b955bb106fe34c4af3fcb515a5f3a7e25
5
5
  SHA512:
6
- metadata.gz: 6f7ef69109cdd3d8213e3ffa0ab177e4be254618270c88896d5b79fcfff814f3e2ddfb145babec71384acf6adf4ff89100a828cd39a43a8132377efab4042d8e
7
- data.tar.gz: 3dd320e108719fb8350837ec146773bde8c2dbf63a64786d5ef1c830fc48f2b47af043843881790d7975af2df5407200d54bd09ee916f495269104e45850661b
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: "/"
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module RandomIdentifier
3
- VERSION = "0.1.10"
3
+ VERSION = "0.1.11"
4
4
  end
5
5
  end
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.10
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-01-31 00:00:00.000000000 Z
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