metasploit-model 0.24.1.pre.semantic.pre.versioning.pre.2.pre.0 → 0.24.1
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/model/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
|
+
NDE2M2IyZmM0ZTc5ODc3MjA3MGI3ODcwMzIwYjM1YjQ2ZDQ2NDMyYQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
OTM2Yzk0NzhlMmY2YjNiYmNmYjVjZjIyMTQxNTVmMmMwMjhkM2I2OA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MTgxMGFjY2I5YTMyMjQwY2M4YTljOTc4OWM2Y2UzOGFhOTY0MTYyMjUwZmVl
|
|
10
|
+
ODBjNjNkNjU5MjJjNjc5YjY3ODdlOGYyNDgzMDNmZTVlZTFlNTA3NmQ5YmQ5
|
|
11
|
+
YzZhZGUzMDY5NTQzMzY3Njc4YzJmOTY1OTJiODljN2UzZGI3NzU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
OThkZTM0OWYxNmQ5MzI3MTlhMzNlZTYzOGI3OTYxN2FmZGRiMjAzMDhlYWI4
|
|
14
|
+
MmFhNGQ1NGVlNmNhMjYyZTIwNzlmNGE2Y2MxNzZmMmY3NzY1NjBlNDMyZmMw
|
|
15
|
+
ZjEwYmY1ZjhmNDc3OTQ4OWE0NmEzZWM3ZWJlODk4MjAzMDdiMGQ=
|
|
@@ -8,8 +8,6 @@ module Metasploit
|
|
|
8
8
|
MINOR = 24
|
|
9
9
|
# The patch number, scoped to the {MINOR} version number.
|
|
10
10
|
PATCH = 1
|
|
11
|
-
# The prerelease name of the given {MAJOR}.{MINOR}.{PATCH} version number. Will not be defined on master.
|
|
12
|
-
PRERELEASE = 'semantic-versioning-2-0'
|
|
13
11
|
|
|
14
12
|
# The full version string, including the {MAJOR}, {MINOR}, {PATCH}, and optionally, the {PRERELEASE} in the
|
|
15
13
|
# {http://semver.org/spec/v2.0.0.html semantic versioning v2.0.0} format.
|
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.24.1
|
|
4
|
+
version: 0.24.1
|
|
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-06-
|
|
11
|
+
date: 2014-06-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -480,9 +480,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
480
480
|
version: '0'
|
|
481
481
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
482
482
|
requirements:
|
|
483
|
-
- - ! '
|
|
483
|
+
- - ! '>='
|
|
484
484
|
- !ruby/object:Gem::Version
|
|
485
|
-
version:
|
|
485
|
+
version: '0'
|
|
486
486
|
requirements: []
|
|
487
487
|
rubyforge_project:
|
|
488
488
|
rubygems_version: 2.2.2
|