metasploit-concern 0.4.0.pre.app.pre.concerns.pre.eager.pre.load → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/metasploit/concern/version.rb +1 -1
- 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: ae29ac74cc24ad9f5694bade465c28cdda599539
|
4
|
+
data.tar.gz: 5428a3f46eb5eb394316f547f4743650ea99283c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8ed319484481b7846db52ead9cb8bbb8fa811aee2fffeb36c96fd031a99c33ed6a70e77b46b0887b961f78d31a6491a7bdb078003f9e65969733df531efaffe
|
7
|
+
data.tar.gz: ac297abfad93303dbc84caa9cb0d3eab355ed42b4bdb7d0f9f8d2462edc4ac6487c80ec3ae37fd8e84bd091ee66006b32dd89245d1c83378b2c1dd173191a93f
|
@@ -9,7 +9,7 @@ module Metasploit
|
|
9
9
|
# The patch number, scoped to the {MAJOR} and {MINOR} version numbers.
|
10
10
|
PATCH = 0
|
11
11
|
# The prerelease version, scoped to the {MAJOR}, {MINOR}, and {PATCH} version numbers.
|
12
|
-
PRERELEASE =
|
12
|
+
# PRERELEASE =
|
13
13
|
|
14
14
|
# The full version string, including the {MAJOR}, {MINOR}, {PATCH}, and optionally, the `PRERELEASE` in the
|
15
15
|
# {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.4.0
|
4
|
+
version: 0.4.0
|
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-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -82,9 +82,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
82
82
|
version: '2.1'
|
83
83
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
84
84
|
requirements:
|
85
|
-
- - "
|
85
|
+
- - ">="
|
86
86
|
- !ruby/object:Gem::Version
|
87
|
-
version:
|
87
|
+
version: '0'
|
88
88
|
requirements: []
|
89
89
|
rubyforge_project:
|
90
90
|
rubygems_version: 2.4.3
|