metasploit_data_models 0.18.0.pre.compatibility → 0.18.0
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 +8 -8
- data/lib/metasploit_data_models/version.rb +0 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MDhlYjBmNDQ2Mzk3MmNiZjFkYTA3YmNiZjIzNjNhMzdkYjBkNGQwYQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MzNiYzNjOTNkODJkNTZiMTdjYmE4YTE0OGNmNzFkZDk2ZDdjYjk0Zg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NGJjZThjMDM4MDU0OTZhODM3N2EyMDE5ZTBkYzI5OGU5OGI0ZTNmOTUxNDJi
|
|
10
|
+
NWJiZjE0ZmY2MGY4ODEwMmQ4YWVhZmRlMjE4ZmNiZDAyZGRlYTA3MDI4MTY2
|
|
11
|
+
ZmQ5NGQ3YzdmMzUyMmZiMWYwNjNlZWM5Njc2NWNmZDY0MTA5NWU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NmVhOWU4ODQ0MjI2YzY2NTNkYTU5ZjVlNDY3MzBjOTc4ZWNlNzI2NzM0NGM3
|
|
14
|
+
MTZlMWFhNjVhM2RlOWEzNDI1ODEwMGNmMTgwZmI4Y2JmMGZmMDBiMjkzNmIz
|
|
15
|
+
ZjZkOGZhNzNlM2NjODY2ZGFlN2I3MzMxOTY0ZmRiMWVkMDFhODM=
|
|
@@ -7,8 +7,6 @@ module MetasploitDataModels
|
|
|
7
7
|
MINOR = 18
|
|
8
8
|
# The patch number, scoped to the {MINOR} version number.
|
|
9
9
|
PATCH = 0
|
|
10
|
-
# The prerelease version, scoped to the {MINOR} version number.
|
|
11
|
-
PRERELEASE = 'compatibility'
|
|
12
10
|
|
|
13
11
|
# The full version string, including the {MAJOR}, {MINOR}, {PATCH}, and optionally, the {PRERELEASE} in the
|
|
14
12
|
# {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_data_models
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.18.0
|
|
4
|
+
version: 0.18.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Samuel Huckins
|
|
@@ -525,12 +525,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
525
525
|
version: '0'
|
|
526
526
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
527
527
|
requirements:
|
|
528
|
-
- - ! '
|
|
528
|
+
- - ! '>='
|
|
529
529
|
- !ruby/object:Gem::Version
|
|
530
|
-
version:
|
|
530
|
+
version: '0'
|
|
531
531
|
requirements: []
|
|
532
532
|
rubyforge_project:
|
|
533
|
-
rubygems_version: 2.
|
|
533
|
+
rubygems_version: 2.1.11
|
|
534
534
|
signing_key:
|
|
535
535
|
specification_version: 4
|
|
536
536
|
summary: Database code for MSF and Metasploit Pro
|