metasploit-erd 4.0.1 → 4.0.4

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: 10e4973844b4fc5931df768f840c28bef034bc257b2fecd49ad0e1fe21f9ecd7
4
- data.tar.gz: 867a798a795db7e71fe987223d04577b562aa014a3e31b0660bcb357e7cd7c9b
3
+ metadata.gz: ea89cb73f3c304f82922bb25c60bcba04fb60328f77426217dad73c7e12d383b
4
+ data.tar.gz: 2b716c73cbdb2d0709fd40b19a6cedc378a4f6602bed8f5cc49e2d5567299120
5
5
  SHA512:
6
- metadata.gz: b56f37f9948a87c32ff8c1e4f8f48ad6177dcb32c59d2716950d32fd60661c455cc8b1d19aeb1567024c64931b45f33f6215588f4e4270055068248fe083f8ac
7
- data.tar.gz: 5091c8bb0b57f483ece3c7b1c067abad33116bc19fb78b01a21a5d465317f31b4a7224d577a0de831ead970fc70f58ce08ee10df9caea9f65da10f0f2b2fcca4
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: ubuntu-16.04
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
- - uses: actions/setup-ruby@v1
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: |
@@ -1,7 +1,7 @@
1
1
  module Metasploit
2
2
  module ERD
3
3
  # VERSION is managed by GemRelease
4
- VERSION = '4.0.1'
4
+ VERSION = '4.0.4'
5
5
 
6
6
  # @return [String]
7
7
  #
data.tar.gz.sig CHANGED
@@ -1 +1,3 @@
1
- ��z��+�+��;��=�ߙ��{���W򦒻��;^*k:)r>(��]P$ F��y�Ӣ�y����{�Gڌ�@�Ďtu�ӛL�G<�m�_5�T��f!nٔ��Fg鄊�����h�J�JyX"�p}�p,�'�;*K��VTzv����1��ZD(ؕ�7�O�(=զ¡�;�l�1�zf����#�;����E�_cb���Z��>��Q�U����pCς�Z?b�%��.$1����^[EA�=�t�sV,_
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.1
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: 2021-04-29 00:00:00.000000000 Z
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