rex-socket 0.1.40 → 0.1.41

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: f847a88785ee43f98a62bf9deefb5d3e8ee76e21332c36fe51b87dea7a7b7ada
4
- data.tar.gz: 73046ac7df70a2d4a5b9be9bdf70b7f01ef70e65eb7c38032783b405192682dc
3
+ metadata.gz: 43295f27cbf08fe6537302114572d5e1cae8f1222c230c11045f9243af1a48ef
4
+ data.tar.gz: e63fb7e8b6d1cb29103b1759fa026afce39915b8618a6ea6bbe4e1f3be26bee7
5
5
  SHA512:
6
- metadata.gz: 31a4f6889c2fdc74e9055ff349264fafc7bebdf569a4047ea0dde3096e91d8904d763a255711c5adc2b63189c0dc3892d3c8007af99555758199472a966f372c
7
- data.tar.gz: 0c2e1fd6544daada5d628b1a69a8e4345a2a21a03b32dff90bdfe2c04c9725326025d3f59ecde76a7b8b9557f684bd357d7182c51c98f32ca33cc1a29e8e5401
6
+ metadata.gz: a0f3b43407159c87860d746dc7b00e790a351b45964b7f44eefc1b3b5e943e6b52aade6bbb78c03248c66a9554f54bb89c68313bc7928c4785b55655cbf7e589
7
+ data.tar.gz: 72f5edef1384b6f94faa6f0dd0cb34de717f84181ee2afdf7d782d105fdadf1f8fa62b192cfb2db124cbce649171fe9f4eb9ef4b2be343b315663118db93ae03
checksums.yaml.gz.sig CHANGED
Binary file
@@ -1,5 +1,21 @@
1
1
  name: Verify
2
2
 
3
+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
4
+ permissions:
5
+ actions: none
6
+ checks: none
7
+ contents: none
8
+ deployments: none
9
+ id-token: none
10
+ issues: none
11
+ discussions: none
12
+ packages: none
13
+ pages: none
14
+ pull-requests: none
15
+ repository-projects: none
16
+ security-events: none
17
+ statuses: none
18
+
3
19
  on:
4
20
  push:
5
21
  branches:
@@ -10,7 +26,7 @@ on:
10
26
 
11
27
  jobs:
12
28
  test:
13
- runs-on: ubuntu-18.04
29
+ runs-on: ${{ matrix.os }}
14
30
  timeout-minutes: 40
15
31
 
16
32
  strategy:
@@ -21,13 +37,20 @@ jobs:
21
37
  - 2.7
22
38
  - 3.0
23
39
  - 3.1
40
+ os:
41
+ - ubuntu-18.04
42
+ - ubuntu-22.04
43
+ exclude:
44
+ - { os: ubuntu-22.04, ruby: 2.6 }
45
+ - { os: ubuntu-22.04, ruby: 2.7 }
46
+ - { os: ubuntu-22.04, ruby: 3.0 }
24
47
  test_cmd:
25
48
  - bundle exec rspec
26
49
 
27
50
  env:
28
51
  RAILS_ENV: test
29
52
 
30
- name: Ruby ${{ matrix.ruby }} - ${{ matrix.test_cmd }}
53
+ name: ${{ matrix.os }} - Ruby ${{ matrix.ruby }} - ${{ matrix.test_cmd }}
31
54
  steps:
32
55
  - name: Checkout code
33
56
  uses: actions/checkout@v2
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module Socket
3
- VERSION = "0.1.40"
3
+ VERSION = "0.1.41"
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-socket
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.40
4
+ version: 0.1.41
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-06-13 00:00:00.000000000 Z
96
+ date: 2022-08-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