metasploit-concern 0.3.1.pre.autoload.pre.compatibility → 0.3.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 +0 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0c8239f87c878597352fa3992c32f89a3f92240f
|
|
4
|
+
data.tar.gz: 37aee8ebbdd86eae3e72c1a605be8ce5842ad415
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db146a20ddcc0a7089d4e627db465575492c76f4ec75d1b47cd2c22f4a5e19350c371658e15731d886129d8feba3520f621031ebbf504af3ee73cdccf1ae3ec5
|
|
7
|
+
data.tar.gz: 37137092522ee806668f157501686a1287ab4498097da46243f632b606d3ad08935a45a3fe870f0115e217711a044bd1ec0dbc2395d971999dfb7d8a101ad96b
|
|
@@ -8,8 +8,6 @@ module Metasploit
|
|
|
8
8
|
MINOR = 3
|
|
9
9
|
# The patch number, scoped to the {MAJOR} and {MINOR} version numbers.
|
|
10
10
|
PATCH = 1
|
|
11
|
-
# The prerelease version, scoped to the {MAJOR}, {MINOR}, and {PATCH} version numbers.
|
|
12
|
-
PRERELEASE = 'autoload-compatibility'
|
|
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-concern
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.1
|
|
4
|
+
version: 0.3.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: 2015-04-
|
|
11
|
+
date: 2015-04-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -78,9 +78,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
78
78
|
version: '2.1'
|
|
79
79
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
80
|
requirements:
|
|
81
|
-
- - "
|
|
81
|
+
- - ">="
|
|
82
82
|
- !ruby/object:Gem::Version
|
|
83
|
-
version:
|
|
83
|
+
version: '0'
|
|
84
84
|
requirements: []
|
|
85
85
|
rubyforge_project:
|
|
86
86
|
rubygems_version: 2.4.3
|