metasploit-model 3.1.4 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9735bf99e2c7ca26ac1b2e41075a5d8895f4ea952a0641e1cb3189468086cf66
4
- data.tar.gz: c4659546c247eb29d7c06a4af9ef765eda2606df5876f4405f6e45430ce143ff
3
+ metadata.gz: 85a60f42f3f3ce011b2f006de6b0ac47146a5e6766d8e48329a30e6f2cb3dcf9
4
+ data.tar.gz: e637071fbccf4b2ac8b1fddabc0940723647e763243f2edd5ca87eac7d5ac2a3
5
5
  SHA512:
6
- metadata.gz: 7909c402f1aca1f347e6f20a4d8062607c59c871178a1b20aacc45af5e781426363527cf77b200a4a24d252d5bbd0d477c16b8cea0e185edcb765095377c7d9c
7
- data.tar.gz: a81b3d657573da78157a54bfa78bea6083e6490ea1f164ce7be83332816c95cc49796bc4a715fcec5b08603cd1e221231439795fb1037171e76a840dc54b64cf
6
+ metadata.gz: 57ed17e6035d23bd22dd109618bc076be8c02c7be580f1170899fe4bc57a4b5fb73a874994002228e6809853d56ec8c5d9de2d0d9e17d26b431c1861169be679
7
+ data.tar.gz: 71c1c7aab0650230527240842c10ed5e039099854ea64c3bb21ac86d5e848500962521fa81800567807fe3cdafaf9e37ecce8b87d9d25c7a199155a0547eee6e
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -1,7 +1,7 @@
1
1
  module Metasploit
2
2
  module Model
3
3
  # VERSION is managed by GemRelease
4
- VERSION = '3.1.4'
4
+ VERSION = '4.0.0'
5
5
 
6
6
  # @return [String]
7
7
  #
@@ -27,10 +27,10 @@ Gem::Specification.new do |spec|
27
27
 
28
28
  # Dependency loading
29
29
 
30
- spec.add_runtime_dependency 'activemodel', '~> 5.2.2'
31
- spec.add_runtime_dependency 'activesupport', '~> 5.2.2'
30
+ spec.add_runtime_dependency 'activemodel', '~> 6.0'
31
+ spec.add_runtime_dependency 'activesupport', '~> 6.0'
32
32
 
33
- spec.add_runtime_dependency 'railties', '~> 5.2.2'
33
+ spec.add_runtime_dependency 'railties', '~> 6.0'
34
34
 
35
35
  if RUBY_PLATFORM =~ /java/
36
36
  # markdown formatting for yard
@@ -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
- # Note that this schema.rb definition is the authoritative source for your
6
- # database schema. If you need to create the application database on another
7
- # system, you should be using db:schema:load, not running all the migrations
8
- # from scratch. The latter is a flawed and unsustainable approach (the more migrations
9
- # you'll amass, the slower it'll run and the greater likelihood for issues).
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
 
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: 3.1.4
4
+ version: 4.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Metasploit Hackers
@@ -171,42 +171,42 @@ dependencies:
171
171
  requirements:
172
172
  - - "~>"
173
173
  - !ruby/object:Gem::Version
174
- version: 5.2.2
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: 5.2.2
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: 5.2.2
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: 5.2.2
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: 5.2.2
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: 5.2.2
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