metasploit-model 4.0.2 → 4.0.3
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/.github/workflows/verify.yml +4 -13
- data/lib/metasploit/model/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4391972a69c6f80ed2aa061710505bf8de78e9f13f8b7e708251502e61b0d84b
|
|
4
|
+
data.tar.gz: 7e783408df01d2427107fac62ab398e03230be44a5514950f9937a1acc749b61
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f5c1ff354b848fa043f02810a34d2d6dfdf4135cb39326405d5f16d337973602f5f64093061abcfb8f2a9483b6ff945adcdb70c514900d7d5eb45920f9e41652
|
|
7
|
+
data.tar.gz: fd3b71ed9debbfba6c73d4012e1ef284f4fc056661d2288328ce0816b80cfb1fef7a8e35797b0e6d1fcb6720fa9e9b5335dab51cde4fefb785a7031f37abb744
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
|
@@ -10,7 +10,7 @@ on:
|
|
|
10
10
|
|
|
11
11
|
jobs:
|
|
12
12
|
test:
|
|
13
|
-
runs-on: ubuntu-
|
|
13
|
+
runs-on: ubuntu-18.04
|
|
14
14
|
timeout-minutes: 40
|
|
15
15
|
|
|
16
16
|
services:
|
|
@@ -46,24 +46,15 @@ jobs:
|
|
|
46
46
|
- name: Checkout code
|
|
47
47
|
uses: actions/checkout@v2
|
|
48
48
|
|
|
49
|
-
-
|
|
49
|
+
- name: Setup Ruby
|
|
50
|
+
uses: ruby/setup-ruby@v1
|
|
50
51
|
with:
|
|
51
52
|
ruby-version: ${{ matrix.ruby }}
|
|
52
|
-
|
|
53
|
-
- name: Setup bundler
|
|
54
|
-
run: |
|
|
55
|
-
gem install bundler
|
|
56
|
-
|
|
57
|
-
- name: Bundle install
|
|
58
|
-
run: |
|
|
59
|
-
bundle config path vendor/bundle
|
|
60
|
-
bundle install --jobs 4 --retry 3
|
|
53
|
+
bundler-cache: true
|
|
61
54
|
|
|
62
55
|
- name: Test
|
|
63
56
|
run: |
|
|
64
|
-
gem install bundler
|
|
65
57
|
cp spec/dummy/config/database.yml.github_actions spec/dummy/config/database.yml
|
|
66
|
-
bundle install
|
|
67
58
|
bundle exec rake --version
|
|
68
59
|
bundle exec rake db:test:prepare
|
|
69
60
|
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metasploit-model
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.3
|
|
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: 2021-
|
|
96
|
+
date: 2021-09-16 00:00:00.000000000 Z
|
|
97
97
|
dependencies:
|
|
98
98
|
- !ruby/object:Gem::Dependency
|
|
99
99
|
name: metasploit-yard
|
metadata.gz.sig
CHANGED
|
Binary file
|