rex-socket 0.1.39 → 0.1.42

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: c5533d0111830ff09a217e05aeffcfc432f1bc19c788dc387dc1598471f9351b
4
- data.tar.gz: b65e8ef90fa44ee8ccb7b7bb274ec3d1e60f8e9576558b30fbb637ae436cafab
3
+ metadata.gz: 8c974381f24cec613ac286cfdf087d06300259cb1bac5fdffd9f8bfebe957cfc
4
+ data.tar.gz: 0a68ddf4364d461c76d7313cd970a48a6cff428bf6144bf98c6c2f3f35e31346
5
5
  SHA512:
6
- metadata.gz: 93f4484e3d015bde23f9b157ffaa7e1e82f5e5caeff16eabb7da7ea14390b5193baffdbb650a7358cc3ef1478432a6ae0cba1b795b42b237eb73e3778487d3a9
7
- data.tar.gz: 0dd14bb1bdf0adba779f30f4be555e7ef642f8fa989f82c691159dc2cbec471444f42bd83772a27495f327406326953af3f4c48473b0173aae009b7335613568
6
+ metadata.gz: 7378078d5e99e6026d87a2962a9dc6d5897895899ff13df8df5d5f493213161360bc6e080c99ef8a0749b86e1f70a14034c459eb07d8fc2e240999e8585c7050
7
+ data.tar.gz: 555e434640080189bd39140d5195411bfc426efe493cdc77978b07d2c08ee8cf664a1e3581a8981978707855c0eb78a739b13bcb6f6edc7ea52976727c23f22d
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,24 +26,29 @@ 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:
17
33
  fail-fast: true
18
34
  matrix:
19
35
  ruby:
20
- - 2.6
21
36
  - 2.7
22
37
  - 3.0
23
38
  - 3.1
39
+ os:
40
+ - ubuntu-20.04
41
+ - ubuntu-latest
42
+ exclude:
43
+ - { os: ubuntu-latest, ruby: 2.7 }
44
+ - { os: ubuntu-latest, ruby: 3.0 }
24
45
  test_cmd:
25
46
  - bundle exec rspec
26
47
 
27
48
  env:
28
49
  RAILS_ENV: test
29
50
 
30
- name: Ruby ${{ matrix.ruby }} - ${{ matrix.test_cmd }}
51
+ name: ${{ matrix.os }} - Ruby ${{ matrix.ruby }} - ${{ matrix.test_cmd }}
31
52
  steps:
32
53
  - name: Checkout code
33
54
  uses: actions/checkout@v2
data/README.md CHANGED
@@ -27,5 +27,5 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
27
27
 
28
28
  ## Contributing
29
29
 
30
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/rex-socket. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
30
+ Bug reports and pull requests are welcome on GitHub at https://github.com/rapid7/rex-socket. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
31
31
 
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module Socket
3
- VERSION = "0.1.39"
3
+ VERSION = "0.1.42"
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.39
4
+ version: 0.1.42
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-05-09 00:00:00.000000000 Z
96
+ date: 2022-08-31 00:00:00.000000000 Z
97
97
  dependencies:
98
98
  - !ruby/object:Gem::Dependency
99
99
  name: rake
metadata.gz.sig CHANGED
Binary file