metasploit-model 0.27.0 → 0.27.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NDQ0YTNlM2NmODM5OGNmZDA0YzdkMjFhOGNmZGVhMGMxNjM5OWQ2MA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NDVlMWM0OWMyZmM0YmFmY2U2MTlkOGQ1MjEyYWE0YmVkZmE0NTJmZA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
Y2Y3NGQ3ZDk1YmY3MTBkYmE3NTkyZGZlYTM3NDI5YWM0OTM1NTQxNzA4ODUz
|
10
|
+
M2E4MTJlNjlhZGE4NTQ1MWJjYjc5NGVjZTA3MGE4MjcxMzliNGY5NmMxZDQz
|
11
|
+
YzM3NTY1MjkxYmQ2ZjNkOWRkNGNiOTJkZjFlZmU4ODlmMTQ4Yzk=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YTVjZDQ5NWM4YTgwZmY0ZDI5Y2EwNTk4N2Q2ZTY3MTlkYmYyOTM5ODUwMWE4
|
14
|
+
NjQxNjUyMWJkNzBjMDkzNDRhN2Y4MDk0N2JkZWFkMTg1ZTIxNmNkZWM5Mjdi
|
15
|
+
YmNlMjQ3MGYyMGE5YTA3OTg4OGJjMTlhMGI1YmExNTliOGU2OTA=
|
@@ -1,4 +1,4 @@
|
|
1
|
-
require 'metasploit/model/search/operator
|
1
|
+
require 'metasploit/model/search/operator'
|
2
2
|
|
3
3
|
# If all you want do is customize the name and operation `Class` that your custom operator class returns from
|
4
4
|
# `#operate_on`, then you can subclass {Metasploit::Model::Search::Operator::Single} instead of
|
@@ -7,7 +7,7 @@ module Metasploit
|
|
7
7
|
# The minor version number, scoped to the {MAJOR} version number.
|
8
8
|
MINOR = 27
|
9
9
|
# The patch number, scoped to the {MINOR} version number.
|
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.
|
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.27.
|
4
|
+
version: 0.27.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-09-
|
11
|
+
date: 2014-09-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|