rex-struct2 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2a685ffbcb9295d0989517a5ff2a6852070fa6df9223f45ebc44f1552ec2c27
4
- data.tar.gz: adcff3a3ab5d652af6efdda51e68d567c7267e144903c0c02c62a66e94507b74
3
+ metadata.gz: 4256c5fa4da56c472f60d2c0e4151f1e3ac7b2809d55f291565bbc76f75664f4
4
+ data.tar.gz: a0b705874e1cbf4213cc5728b3332ccfac0a55d3b1567f9652c7d0ad037e2450
5
5
  SHA512:
6
- metadata.gz: 39934a7d2aeba38f17da77d03b704023bef534707cde9e7527ffccf2118915a25bb55251f67bf2beae68fb196483551d44db023dcac0cd653e0345914358c858
7
- data.tar.gz: 796582a0c9c7c3dada5819e6ef359fedd20cb09ea3f8e4302f3e343fcb9533504108490958d4bafbf271b2fe7183b090e8959fce51b89e4cbdd247baa759eea7
6
+ metadata.gz: ac262388f16550d2c5f36a045f61591788813efc7ec07ea753059e133b066df8b03d7c37f15d250aefcd161c4c9d929b242539c97e990ba9b18eb06517d45b8c
7
+ data.tar.gz: 20b9fd5c4fac37428994c391bca7b3d5d0e9c5051bea2f079b26364349a587ece70e31e312c6f0ac0f1cb5f498a18de1c7a7a942a3bc41f615fc6e48012b4a8e
checksums.yaml.gz.sig CHANGED
Binary file
data/cortex.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ info:
3
+ title: Rex Struct2
4
+ description: Rex Library for creating and using C-like structures.
5
+ x-cortex-git:
6
+ github:
7
+ alias: r7org
8
+ repository: rapid7/rex-struct2
9
+ x-cortex-tag: rex-struct2
10
+ x-cortex-type: service
11
+ x-cortex-domain-parents:
12
+ - tag: metasploit
13
+ openapi: 3.0.1
14
+ servers:
15
+ - url: "/"
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module Struct2
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
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-struct2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
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: 2020-11-30 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
@@ -140,6 +140,7 @@ files:
140
140
  - Rakefile
141
141
  - bin/console
142
142
  - bin/setup
143
+ - cortex.yaml
143
144
  - lib/rex/struct2.rb
144
145
  - lib/rex/struct2/c_struct.rb
145
146
  - lib/rex/struct2/c_struct_template.rb
@@ -169,8 +170,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
169
170
  - !ruby/object:Gem::Version
170
171
  version: '0'
171
172
  requirements: []
172
- rubyforge_project:
173
- rubygems_version: 2.7.10
173
+ rubygems_version: 3.1.4
174
174
  signing_key:
175
175
  specification_version: 4
176
176
  summary: Rex C-Struct Library
metadata.gz.sig CHANGED
Binary file