metasploit-model 3.1.4 → 4.0.3
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 +5 -18
- data/lib/metasploit/model/version.rb +1 -1
- data/metasploit-model.gemspec +3 -3
- data/spec/dummy/db/schema.rb +5 -5
- data.tar.gz.sig +0 -0
- metadata +8 -8
- 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:
|
@@ -33,6 +33,7 @@ jobs:
|
|
33
33
|
- 2.5
|
34
34
|
- 2.6
|
35
35
|
- 2.7
|
36
|
+
- 3.0
|
36
37
|
|
37
38
|
env:
|
38
39
|
RAILS_ENV: test
|
@@ -45,29 +46,15 @@ jobs:
|
|
45
46
|
- name: Checkout code
|
46
47
|
uses: actions/checkout@v2
|
47
48
|
|
48
|
-
-
|
49
|
+
- name: Setup Ruby
|
50
|
+
uses: ruby/setup-ruby@v1
|
49
51
|
with:
|
50
52
|
ruby-version: ${{ matrix.ruby }}
|
51
|
-
|
52
|
-
- name: Setup bundler
|
53
|
-
run: |
|
54
|
-
gem install bundler
|
55
|
-
- uses: actions/cache@v2
|
56
|
-
with:
|
57
|
-
path: vendor/bundle
|
58
|
-
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
|
59
|
-
restore-keys: |
|
60
|
-
${{ runner.os }}-gems-
|
61
|
-
- name: Bundle install
|
62
|
-
run: |
|
63
|
-
bundle config path vendor/bundle
|
64
|
-
bundle install --jobs 4 --retry 3
|
53
|
+
bundler-cache: true
|
65
54
|
|
66
55
|
- name: Test
|
67
56
|
run: |
|
68
|
-
gem install bundler
|
69
57
|
cp spec/dummy/config/database.yml.github_actions spec/dummy/config/database.yml
|
70
|
-
bundle install
|
71
58
|
bundle exec rake --version
|
72
59
|
bundle exec rake db:test:prepare
|
73
60
|
|
data/metasploit-model.gemspec
CHANGED
@@ -27,10 +27,10 @@ Gem::Specification.new do |spec|
|
|
27
27
|
|
28
28
|
# Dependency loading
|
29
29
|
|
30
|
-
spec.add_runtime_dependency 'activemodel', '~>
|
31
|
-
spec.add_runtime_dependency 'activesupport', '~>
|
30
|
+
spec.add_runtime_dependency 'activemodel', '~> 6.0'
|
31
|
+
spec.add_runtime_dependency 'activesupport', '~> 6.0'
|
32
32
|
|
33
|
-
spec.add_runtime_dependency 'railties', '~>
|
33
|
+
spec.add_runtime_dependency 'railties', '~> 6.0'
|
34
34
|
|
35
35
|
if RUBY_PLATFORM =~ /java/
|
36
36
|
# markdown formatting for yard
|
data/spec/dummy/db/schema.rb
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
# of editing this file, please use the migrations feature of Active Record to
|
3
3
|
# incrementally modify your database, and then regenerate this schema definition.
|
4
4
|
#
|
5
|
-
#
|
6
|
-
#
|
7
|
-
#
|
8
|
-
# from scratch.
|
9
|
-
#
|
5
|
+
# This file is the source Rails uses to define your schema when running `bin/rails
|
6
|
+
# db:schema:load`. When creating a new database, `bin/rails db:schema:load` tends to
|
7
|
+
# be faster and is potentially less error prone than running all of your
|
8
|
+
# migrations from scratch. Old migrations may fail to apply correctly if those
|
9
|
+
# migrations use external dependencies or application code.
|
10
10
|
#
|
11
11
|
# It's strongly recommended that you check this file into your version control system.
|
12
12
|
|
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
|
+
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
|
@@ -171,42 +171,42 @@ dependencies:
|
|
171
171
|
requirements:
|
172
172
|
- - "~>"
|
173
173
|
- !ruby/object:Gem::Version
|
174
|
-
version:
|
174
|
+
version: '6.0'
|
175
175
|
type: :runtime
|
176
176
|
prerelease: false
|
177
177
|
version_requirements: !ruby/object:Gem::Requirement
|
178
178
|
requirements:
|
179
179
|
- - "~>"
|
180
180
|
- !ruby/object:Gem::Version
|
181
|
-
version:
|
181
|
+
version: '6.0'
|
182
182
|
- !ruby/object:Gem::Dependency
|
183
183
|
name: activesupport
|
184
184
|
requirement: !ruby/object:Gem::Requirement
|
185
185
|
requirements:
|
186
186
|
- - "~>"
|
187
187
|
- !ruby/object:Gem::Version
|
188
|
-
version:
|
188
|
+
version: '6.0'
|
189
189
|
type: :runtime
|
190
190
|
prerelease: false
|
191
191
|
version_requirements: !ruby/object:Gem::Requirement
|
192
192
|
requirements:
|
193
193
|
- - "~>"
|
194
194
|
- !ruby/object:Gem::Version
|
195
|
-
version:
|
195
|
+
version: '6.0'
|
196
196
|
- !ruby/object:Gem::Dependency
|
197
197
|
name: railties
|
198
198
|
requirement: !ruby/object:Gem::Requirement
|
199
199
|
requirements:
|
200
200
|
- - "~>"
|
201
201
|
- !ruby/object:Gem::Version
|
202
|
-
version:
|
202
|
+
version: '6.0'
|
203
203
|
type: :runtime
|
204
204
|
prerelease: false
|
205
205
|
version_requirements: !ruby/object:Gem::Requirement
|
206
206
|
requirements:
|
207
207
|
- - "~>"
|
208
208
|
- !ruby/object:Gem::Version
|
209
|
-
version:
|
209
|
+
version: '6.0'
|
210
210
|
- !ruby/object:Gem::Dependency
|
211
211
|
name: redcarpet
|
212
212
|
requirement: !ruby/object:Gem::Requirement
|
metadata.gz.sig
CHANGED
Binary file
|