rex-exploitation 0.1.36 → 0.1.37

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: 10df737fa22eba8a2f5a5f65b38c0abf7e1b72258dfb08794b90675db88197a2
4
- data.tar.gz: 986846bf16746245e301974d48ac414379b018a2a64d3c5a5c79e2fa00cf4959
3
+ metadata.gz: efae7e0ffa11f8cad37036f3db9ae9144cc1895a9e90111b585ad750f07ea822
4
+ data.tar.gz: 3dfa6dc1ca737e7011efc806ed321edc3a44085f79fbfa47b483bdb863f729da
5
5
  SHA512:
6
- metadata.gz: 28ae1c3950d750ce7efb1095cb620fd8dcf90d4f6413b9a3e11911f02ed0f0af63b8578207ebdda1152130a7ea907c990c06b1f7c46b1b66aee431fb84883add
7
- data.tar.gz: 39c71b7b9f5992234c852dd36b47643ebb0d85217326f56117ffb9d2ec91b206b51d0243d7aa1265846d2669d956071008cdccc6a82345d73852c8199ead8796
6
+ metadata.gz: a20d86a1cc4e33206805788655793535d138dd78c95d76d9d335364b66b57c2b75931e7ed28fe04bd65105067fd39c608b5d655c9ccf6396baff358bc6b263fa
7
+ data.tar.gz: 072161c900ebda55d788513db71838b3f0510c48b5f1cd6fa9239e19db0bbe49c59e21b28843b03d8de58b8cb1eed8795edb3a77b7c06b216f1b1001168c1328
checksums.yaml.gz.sig CHANGED
Binary file
@@ -17,15 +17,16 @@ jobs:
17
17
  fail-fast: true
18
18
  matrix:
19
19
  ruby:
20
- - 2.7
21
- - 3.0
22
- - 3.1
20
+ - '2.7'
21
+ - '3.0'
22
+ - '3.1'
23
+ - '3.2'
23
24
  os:
24
25
  - ubuntu-20.04
25
26
  - ubuntu-latest
26
27
  exclude:
27
- - { os: ubuntu-latest, ruby: 2.7 }
28
- - { os: ubuntu-latest, ruby: 3.0 }
28
+ - { os: ubuntu-latest, ruby: '2.7' }
29
+ - { os: ubuntu-latest, ruby: '3.0' }
29
30
  test_cmd:
30
31
  - bundle exec rspec
31
32
 
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module Exploitation
3
- VERSION = "0.1.36"
3
+ VERSION = "0.1.37"
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-exploitation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.36
4
+ version: 0.1.37
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: 2022-09-02 00:00:00.000000000 Z
96
+ date: 2023-01-31 00:00:00.000000000 Z
97
97
  dependencies:
98
98
  - !ruby/object:Gem::Dependency
99
99
  name: rake
@@ -305,8 +305,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
305
305
  - !ruby/object:Gem::Version
306
306
  version: '0'
307
307
  requirements: []
308
- rubyforge_project:
309
- rubygems_version: 2.7.10
308
+ rubygems_version: 3.1.4
310
309
  signing_key:
311
310
  specification_version: 4
312
311
  summary: Ruby Exploitation(Rex) library for various exploitation helpers
metadata.gz.sig CHANGED
Binary file