metasploit-model 0.28.0.pre.engine.pre.requires → 0.28.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/metasploit/model/version.rb +0 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
Yjc2ZTk4MDg5YTQxMjUyMmQyMmJiNDM4MmE4MDRjNWQ0MTMyYWNiNA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MGY1MWVmNDgzN2I0MmQ2NzdhZTFiNDdjNzUxNTc1M2IyZjhiMzlhOQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
Y2YyNjRiNTM1ZWRjNTc1ODRhZThiODZjOTY1NjkzZDFmNGRkNmFmZGQ5NDYy
|
10
|
+
ZjEyNTc5YzZmMTZmZGIwZGViMjdlMThhZDMyNDUzN2U1NTQ3ZDBhYWQ1ZGUz
|
11
|
+
Y2JjYzg1NzZiMTY1MzdjMWZhOTMyY2NlMDIzN2I4YWMzZWZlN2E=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MmRiYmRhNTFmZDdhOTY3NGNhZjg1NWZiYmUwOTgzOThlYjY5OGQ2YmRhZDdl
|
14
|
+
YzdkYzhlMzgwOGZmOGY2YmIwYjM1N2NmNTEzMDc4NzJhMTkyNWFhZWRlMDli
|
15
|
+
MTk5YTlhYjFjMGZiN2RlZDUxZTkzNzg5ZTZhMmU1NDQ2NTNlMDM=
|
@@ -8,7 +8,6 @@ module Metasploit
|
|
8
8
|
MINOR = 28
|
9
9
|
# The patch number, scoped to the {MINOR} version number.
|
10
10
|
PATCH = 0
|
11
|
-
PRERELEASE = 'engine-requires'
|
12
11
|
|
13
12
|
# The full version string, including the {MAJOR}, {MINOR}, {PATCH}, and optionally, the {PRERELEASE} in the
|
14
13
|
# {http://semver.org/spec/v2.0.0.html semantic versioning v2.0.0} format.
|
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: 0.28.0
|
4
|
+
version: 0.28.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Luke Imhoff
|
@@ -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: '0'
|
513
513
|
requirements: []
|
514
514
|
rubyforge_project:
|
515
|
-
rubygems_version: 2.
|
515
|
+
rubygems_version: 2.1.11
|
516
516
|
signing_key:
|
517
517
|
specification_version: 4
|
518
518
|
summary: Metasploit Model Mixins and Validators
|