rex-core 0.1.33 → 0.1.34

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: 90dde906e372dca1d8b7a3f8efe48dd34507a9ced6539b92e6df0e2a4c9713ce
4
- data.tar.gz: 16c2531508caf6ea970dc5f7793ab1b2030c5afbd5fccfcf197df35d504f1705
3
+ metadata.gz: 6710f1bd644f60c0caf4796979be01791425c0d5a2092105e9038debd835ea9a
4
+ data.tar.gz: 1b1631796274f047cc79c502423bfee9e6dea5b0d0cf29e82ce82521bd07d25e
5
5
  SHA512:
6
- metadata.gz: d596072d2d7e0773d123e59b4e561ffe9b3db1e86c786004d011afced95a3e6791dd09c3aad58fa089c008a0b35bc0200cab3c1ab8b1231ba50f2e72bfaa2140
7
- data.tar.gz: 46cd73cbc8757380370431682d408d9e466eb98e3993d3abe802ec4f1afb47fa799c6ac6807b78ba2263b313e2e5ab44a3829c060574b010d066a0ba3b43cdb9
6
+ metadata.gz: 0fab85212fe9d2148d61e07640d33d28b39a0b0beedb2684efa0ac119f336f03c2248eddceba6dd9c310f98c50585393ccd3ebebb79471c7f35c52c2215617d6
7
+ data.tar.gz: 7b499c51ead53b5e0acd7e15e6f0cdc94d988f96a37f2bb38c02b3f6a5877bf72ee5aabcfc3d69cbcccf53745a6a9737961dfb1c59c51badfe67adb1cfcd6226
@@ -9,44 +9,5 @@ on:
9
9
  - '*'
10
10
 
11
11
  jobs:
12
- test:
13
- runs-on: ${{ matrix.os }}
14
- timeout-minutes: 40
15
-
16
- strategy:
17
- fail-fast: true
18
- matrix:
19
- ruby:
20
- - '2.7'
21
- - '3.0'
22
- - '3.1'
23
- - '3.2'
24
- os:
25
- - ubuntu-20.04
26
- - ubuntu-latest
27
- exclude:
28
- - { os: ubuntu-latest, ruby: '2.7' }
29
- - { os: ubuntu-latest, ruby: '3.0' }
30
- test_cmd:
31
- - bundle exec rspec
32
-
33
- env:
34
- RAILS_ENV: test
35
-
36
- name: ${{ matrix.os }} - Ruby ${{ matrix.ruby }} - ${{ matrix.test_cmd }}
37
- steps:
38
- - name: Checkout code
39
- uses: actions/checkout@v4
40
-
41
- - name: Setup Ruby
42
- uses: ruby/setup-ruby@v1
43
- with:
44
- ruby-version: ${{ matrix.ruby }}
45
- bundler-cache: true
46
-
47
- - name: ${{ matrix.test_cmd }}
48
- run: |
49
- echo "${CMD}"
50
- bash -c "${CMD}"
51
- env:
52
- CMD: ${{ matrix.test_cmd }}
12
+ build:
13
+ uses: rapid7/metasploit-framework/.github/workflows/shared_gem_verify.yml@master
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module Core
3
- VERSION = "0.1.33"
3
+ VERSION = "0.1.34"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rex-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.33
4
+ version: 0.1.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - Metasploit Hackers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-20 00:00:00.000000000 Z
11
+ date: 2025-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake