rex-exploitation 0.1.35 → 0.1.36

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: f8c5dd5d5f1eb9ec413185374a38cd0e3cc5bfd021d12e31883a41214a9b16e7
4
- data.tar.gz: 5b207563c2e70275c99b0facc43cc93c21237aa8901d88bc1e931f52f820ebaf
3
+ metadata.gz: 10df737fa22eba8a2f5a5f65b38c0abf7e1b72258dfb08794b90675db88197a2
4
+ data.tar.gz: 986846bf16746245e301974d48ac414379b018a2a64d3c5a5c79e2fa00cf4959
5
5
  SHA512:
6
- metadata.gz: 7307d2354918f95ff10582008e06edd044d2808e6a0fae3cf2f3eca99270ce0132dc51974c7bf4efbb5362eee0c2c562012c9f4858da7da5b4defa1f874f6bde
7
- data.tar.gz: cec19fc06107b7cd0ed438cc504d36c5df6b4b6c458baffb4b71f6ca1da496f44c29c941ed0b51530dba12240bd7a539c76bee04d01dfe84dde61eeacbbf3a72
6
+ metadata.gz: 28ae1c3950d750ce7efb1095cb620fd8dcf90d4f6413b9a3e11911f02ed0f0af63b8578207ebdda1152130a7ea907c990c06b1f7c46b1b66aee431fb84883add
7
+ data.tar.gz: 39c71b7b9f5992234c852dd36b47643ebb0d85217326f56117ffb9d2ec91b206b51d0243d7aa1265846d2669d956071008cdccc6a82345d73852c8199ead8796
checksums.yaml.gz.sig CHANGED
Binary file
@@ -10,24 +10,29 @@ on:
10
10
 
11
11
  jobs:
12
12
  test:
13
- runs-on: ubuntu-18.04
13
+ runs-on: ${{ matrix.os }}
14
14
  timeout-minutes: 40
15
15
 
16
16
  strategy:
17
17
  fail-fast: true
18
18
  matrix:
19
19
  ruby:
20
- - 2.6
21
20
  - 2.7
22
21
  - 3.0
23
22
  - 3.1
23
+ os:
24
+ - ubuntu-20.04
25
+ - ubuntu-latest
26
+ exclude:
27
+ - { os: ubuntu-latest, ruby: 2.7 }
28
+ - { os: ubuntu-latest, ruby: 3.0 }
24
29
  test_cmd:
25
30
  - bundle exec rspec
26
31
 
27
32
  env:
28
33
  RAILS_ENV: test
29
34
 
30
- name: Ruby ${{ matrix.ruby }} - ${{ matrix.test_cmd }}
35
+ name: ${{ matrix.os }} - Ruby ${{ matrix.ruby }} - ${{ matrix.test_cmd }}
31
36
  steps:
32
37
  - name: Checkout code
33
38
  uses: actions/checkout@v2
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module Exploitation
3
- VERSION = "0.1.35"
3
+ VERSION = "0.1.36"
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.35
4
+ version: 0.1.36
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-07-18 00:00:00.000000000 Z
96
+ date: 2022-09-02 00:00:00.000000000 Z
97
97
  dependencies:
98
98
  - !ruby/object:Gem::Dependency
99
99
  name: rake
metadata.gz.sig CHANGED
Binary file