metasploit-concern 0.5.0 → 0.5.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 +4 -4
- data/lib/metasploit/concern/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 774fc3d3ae42a1e3450f1da87bed6e9265ebb03b
|
|
4
|
+
data.tar.gz: f68b4c6d33c27060635e267f16cfdf0d911f6cdb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 413ca6f0eba82596c26f7517805a96b2c0ef2c613fbe9da360048fee743098930c74b23c24ae8834a9c2870da41486b0b75ba0d5bbf5e9d32f5355f8dc794e5c
|
|
7
|
+
data.tar.gz: aefa1ea0f4171ccb93bf7e32c720ff133c0497af28d344db196484d7838121bae4d8d5400e80c846d21af95991187bf889135c4908faddb0a5e6cac6684b0243
|
|
@@ -7,7 +7,7 @@ module Metasploit
|
|
|
7
7
|
# The minor version number, scoped to the {MAJOR} version number.
|
|
8
8
|
MINOR = 5
|
|
9
9
|
# The patch number, scoped to the {MAJOR} and {MINOR} version numbers.
|
|
10
|
-
PATCH =
|
|
10
|
+
PATCH = 1
|
|
11
11
|
|
|
12
12
|
# The full version string, including the {MAJOR}, {MINOR}, {PATCH}, and optionally, the `PRERELEASE` in the
|
|
13
13
|
# {http://semver.org/spec/v2.0.0.html semantic versioning v2.0.0} format.
|