metasploit-erd 4.0.1 → 4.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/.github/workflows/verify.yml +13 -14
- data/lib/metasploit/erd/version.rb +1 -1
- data.tar.gz.sig +3 -1
- 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: ea89cb73f3c304f82922bb25c60bcba04fb60328f77426217dad73c7e12d383b
|
4
|
+
data.tar.gz: 2b716c73cbdb2d0709fd40b19a6cedc378a4f6602bed8f5cc49e2d5567299120
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 202a63bdad74ce4b362c2c5b2a919d8a35fe3f3072f22a745b68663915ccd91f3178828019863194123b5586af7c35d0630f74fe6b7ffa2b489e10899e5a323f
|
7
|
+
data.tar.gz: 3bea7bab16fc6fd2fed1c852aa7cbcb2f08c0a8c9b5a112f8456fb7296d8a0811c3489a0ec15fa6a21418aae69c8620121fb8e32a4bca50c0d9812e8c4ddc52a
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
@@ -10,21 +10,27 @@ on:
|
|
10
10
|
|
11
11
|
jobs:
|
12
12
|
test:
|
13
|
-
runs-on:
|
13
|
+
runs-on: ${{ matrix.os }}
|
14
14
|
timeout-minutes: 40
|
15
15
|
|
16
16
|
strategy:
|
17
17
|
fail-fast: true
|
18
18
|
matrix:
|
19
19
|
ruby:
|
20
|
-
- 2.5
|
21
|
-
- 2.6
|
22
20
|
- 2.7
|
21
|
+
- 3.0
|
22
|
+
- 3.1
|
23
|
+
os:
|
24
|
+
- ubuntu-20.04
|
25
|
+
- ubuntu-latest
|
26
|
+
exclude:
|
27
|
+
- { os: ubuntu-latest, ruby: 2.7 }
|
28
|
+
- { os: ubuntu-latest, ruby: 3.0 }
|
23
29
|
|
24
30
|
env:
|
25
31
|
RAILS_ENV: test
|
26
32
|
|
27
|
-
name: Ruby ${{ matrix.ruby }}
|
33
|
+
name: ${{ matrix.os }} - Ruby ${{ matrix.ruby }}
|
28
34
|
steps:
|
29
35
|
- name: Install system dependencies
|
30
36
|
run: sudo apt-get install graphviz
|
@@ -32,18 +38,11 @@ jobs:
|
|
32
38
|
- name: Checkout code
|
33
39
|
uses: actions/checkout@v2
|
34
40
|
|
35
|
-
-
|
41
|
+
- name: Setup Ruby
|
42
|
+
uses: ruby/setup-ruby@v1
|
36
43
|
with:
|
37
44
|
ruby-version: ${{ matrix.ruby }}
|
38
|
-
|
39
|
-
- name: Setup bundler
|
40
|
-
run: |
|
41
|
-
gem install bundler
|
42
|
-
|
43
|
-
- name: Bundle install
|
44
|
-
run: |
|
45
|
-
bundle config path vendor/bundle
|
46
|
-
bundle install --jobs 4 --retry 3
|
45
|
+
bundler-cache: true
|
47
46
|
|
48
47
|
- name: Test
|
49
48
|
run: |
|
data.tar.gz.sig
CHANGED
@@ -1 +1,3 @@
|
|
1
|
-
|
1
|
+
'
|
2
|
+
�f�C��O�Oqr/R�rk�(��~�_k���*��|��ۯ-�$� gE�̨�P�{Ύ(�E�JE��9=w�?FC�q���]��G<U6@��)�!Wk�5�+�dh��k3c��D/}��cLnI͍�?߽74b������[��;3��]��FRS�� |��AŁ���ٰ�Qjd���'�sNo�����t�`T�$���`�bC5 �˧��5�Kmd�m
|
3
|
+
Z��cJ��R5�t���г�8��E�%�6���..�v3
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metasploit-erd
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.4
|
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:
|
96
|
+
date: 2022-09-02 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
|