rex-bin_tools 0.1.13 → 0.1.14

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: 8a00458801cfc7194ebfbbd76eea9c275ebf05a024366eccf3501f2de4b6cc80
4
- data.tar.gz: e15ee4b3499407d8ab9567d2ac0741a13976695173de794527c904238eea1012
3
+ metadata.gz: 9855f7058d7a65459e720bb256db373d00492cab685d08aee9585bd1f747ae8d
4
+ data.tar.gz: a9795ff94016b07ce430429abe45fbfd8c58a293f42a25d850944c765a513323
5
5
  SHA512:
6
- metadata.gz: 4d1c25e07486cbe60112204add101f4c9266cdc505b3d000b82329e61ae5bf2bd048b5012a73a5e7880d6ef60074f4d0386df624c085c1e64561dd668ca5c1a3
7
- data.tar.gz: f407afa35613d09973d41c1e08ef329a8f7b65640f2ea9d5efbd34b5fb41afe207ffdb0026fcc5cd3d4721faa41597b2eac7f6b885c308db37cd97557123acb3
6
+ metadata.gz: 7e7bb5b8fd1026d54654ceb5bcb875977cf04919f1845979184aede6804ed023c64c717d20dd387c16ae63f09ff42a6034641713349ac87e4acfbb30e3c0e808
7
+ data.tar.gz: b7bcb1440ff312de5d5e9a19e327ac8d9a9785741eb7b64c648cbdfc70527fa9a50efafcd1bd5f97faa16621aebf5b1365fd2564e52db437da84adaf03ada818
@@ -0,0 +1,29 @@
1
+ name: Verify
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
+
19
+ on:
20
+ push:
21
+ branches:
22
+ - '*'
23
+ pull_request:
24
+ branches:
25
+ - '*'
26
+
27
+ jobs:
28
+ build:
29
+ uses: rapid7/metasploit-framework/.github/workflows/shared_gem_verify.yml@master
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module BinTools
3
- VERSION = "0.1.13"
3
+ VERSION = "0.1.14"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rex-bin_tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Metasploit Hackers
@@ -120,6 +120,7 @@ executables:
120
120
  extensions: []
121
121
  extra_rdoc_files: []
122
122
  files:
123
+ - ".github/workflows/verify.yml"
123
124
  - ".gitignore"
124
125
  - ".rspec"
125
126
  - ".travis.yml"