metasploit-model 0.27.4 → 0.28.0.pre.engine.pre.requires
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/README.md +4 -0
- data/lib/metasploit/model.rb +0 -1
- data/lib/metasploit/model/version.rb +3 -2
- data/spec/dummy/config/application.rb +1 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
OTAyMzU5MGQyNzQxNTk4ZjNkOGVlMWM5ZGIyY2I2ZDFlMjYzZWFmYw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ODgyY2M2Njc4NWZjNTMzNDVlZmU2MDRmMzFiZTA0NmZhNTdhNjJkMg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YjMwNjYyOGExM2E0NTNhYTdmNzcxNWU2ZmQyNGFiOWFkNTA4MDczNTU0Yzg4
|
10
|
+
YWE1ZGQ1Y2Q0YzUyOWQ4ZWExMTE5NGU0MTM1YmQzMWQyODNjZmQ5YzkwNTVj
|
11
|
+
ZjgwZTA2NWY5YmEzY2NjZDdmYWYyYjgwNWNlNjY1NmExMjY5MGE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
OWI3YTZiZDlmOTBkYmU0MWIzMTVjZDE3NDFmZjFiMDI5NTUyMTBmMjEwNmVh
|
14
|
+
ZTRlNTY4OTViNDY4ZGU2OGFiYmZiMzEzOTFjODM3Zjg4OTY4OTViZjNlOTRi
|
15
|
+
NGMxOWQ4ZDllY2E2NGQ4NGU4Mzg4MDEyNGM5OWVjOTNmZGZjOTg=
|
data/README.md
CHANGED
@@ -13,6 +13,10 @@ Add this line to your application's Gemfile:
|
|
13
13
|
And then execute:
|
14
14
|
|
15
15
|
$ bundle
|
16
|
+
|
17
|
+
**This gem's `Rails::Engine` is not required automatically.** You'll need to also add the following to your `config/application.rb`:
|
18
|
+
|
19
|
+
require 'metasploit/model/engine'
|
16
20
|
|
17
21
|
Or install it yourself as:
|
18
22
|
|
data/lib/metasploit/model.rb
CHANGED
@@ -5,9 +5,10 @@ module Metasploit
|
|
5
5
|
# The major version number.
|
6
6
|
MAJOR = 0
|
7
7
|
# The minor version number, scoped to the {MAJOR} version number.
|
8
|
-
MINOR =
|
8
|
+
MINOR = 28
|
9
9
|
# The patch number, scoped to the {MINOR} version number.
|
10
|
-
PATCH =
|
10
|
+
PATCH = 0
|
11
|
+
PRERELEASE = 'engine-requires'
|
11
12
|
|
12
13
|
# The full version string, including the {MAJOR}, {MINOR}, {PATCH}, and optionally, the {PRERELEASE} in the
|
13
14
|
# {http://semver.org/spec/v2.0.0.html semantic versioning v2.0.0} format.
|
@@ -7,6 +7,7 @@ Bundler.require(*Rails.groups)
|
|
7
7
|
# require the engine being tested. In a non-dummy app this would be handled by the engine's gem being in the Gemfile
|
8
8
|
# for real app and Bundler.require requiring the gem.
|
9
9
|
require 'metasploit/model'
|
10
|
+
require 'metasploit/model/engine'
|
10
11
|
|
11
12
|
module Dummy
|
12
13
|
class Application < Rails::Application
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metasploit-model
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.28.0.pre.engine.pre.requires
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Luke Imhoff
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-10-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -507,12 +507,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
507
507
|
version: '0'
|
508
508
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
509
509
|
requirements:
|
510
|
-
- - ! '
|
510
|
+
- - ! '>'
|
511
511
|
- !ruby/object:Gem::Version
|
512
|
-
version:
|
512
|
+
version: 1.3.1
|
513
513
|
requirements: []
|
514
514
|
rubyforge_project:
|
515
|
-
rubygems_version: 2.
|
515
|
+
rubygems_version: 2.2.2
|
516
516
|
signing_key:
|
517
517
|
specification_version: 4
|
518
518
|
summary: Metasploit Model Mixins and Validators
|