rex-zip 0.1.4 → 0.1.5
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 +15 -0
- data/lib/rex/zip/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +4 -4
- 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: d452c43eb3db70ab63ac24a151cdbb2e36c00d1a1dcb521c53090f99a658b273
|
|
4
|
+
data.tar.gz: f679fe2447a65130dce05653889cb94faf167a2d10d43e9e422890e453a9a5bf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7cd6a99fbbcbebc44b95bb025b34b5ae460bf79a3a115ec0b71a64e1cf7bb86eea0f01aa14c6226638842d2bfafb78ecb68ef81b40415d755c97b4d4c648316f
|
|
7
|
+
data.tar.gz: ed8f87662bf326a8e413521c7617b29946c66eb986a3eecb0bd2b477c17f9cd786435f9ca5e34846af8225793e5830f15226975a30907c9849a685401f59c82a
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/cortex.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
info:
|
|
3
|
+
title: Rex Zip
|
|
4
|
+
description: Rex Library for creating Zip based archives
|
|
5
|
+
x-cortex-git:
|
|
6
|
+
github:
|
|
7
|
+
alias: r7org
|
|
8
|
+
repository: rapid7/rex-zip
|
|
9
|
+
x-cortex-tag: rex-zip
|
|
10
|
+
x-cortex-type: service
|
|
11
|
+
x-cortex-domain-parents:
|
|
12
|
+
- tag: metasploit
|
|
13
|
+
openapi: 3.0.1
|
|
14
|
+
servers:
|
|
15
|
+
- url: "/"
|
data/lib/rex/zip/version.rb
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rex-zip
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
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:
|
|
96
|
+
date: 2023-10-04 00:00:00.000000000 Z
|
|
97
97
|
dependencies:
|
|
98
98
|
- !ruby/object:Gem::Dependency
|
|
99
99
|
name: rake
|
|
@@ -154,6 +154,7 @@ files:
|
|
|
154
154
|
- Rakefile
|
|
155
155
|
- bin/console
|
|
156
156
|
- bin/setup
|
|
157
|
+
- cortex.yaml
|
|
157
158
|
- lib/rex/zip.rb
|
|
158
159
|
- lib/rex/zip/archive.rb
|
|
159
160
|
- lib/rex/zip/blocks.rb
|
|
@@ -183,8 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
183
184
|
- !ruby/object:Gem::Version
|
|
184
185
|
version: '0'
|
|
185
186
|
requirements: []
|
|
186
|
-
|
|
187
|
-
rubygems_version: 2.7.10
|
|
187
|
+
rubygems_version: 3.1.4
|
|
188
188
|
signing_key:
|
|
189
189
|
specification_version: 4
|
|
190
190
|
summary: Rex Zip Library
|
metadata.gz.sig
CHANGED
|
Binary file
|