metasploit-model 0.27.0-java → 0.27.1-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f00a3be42674a0e481c5f0f74ec3065758d6025c
4
- data.tar.gz: 29e0944508856bd9e9ba145bff1431ebe81400cc
3
+ metadata.gz: adca37f516a68fcc8bbbb3823cbb2847ac98d3d8
4
+ data.tar.gz: 8614e1e61eb23f378f579d714dd1841b4ca0e25c
5
5
  SHA512:
6
- metadata.gz: ab380f2978f7650bce61b707394c60e79cfa9a7d707e9d2b06516a9aa9c18e9908d361201c3ee386fd7181253928387785cb0bec670e455e7e7b51cecc2452ae
7
- data.tar.gz: b3f0b820799c55c84d60105fe337a5e337d8ba39e4636877376e0b9e0784328345f2b29acc9b7cbd37b1b145b445bca7c84cbff429923b05f362fced46308c8a
6
+ metadata.gz: e387e4b6cb6074dfd899e392e6876da4a7eb259e141068dc93610bbc225af90c0d5a025a2750260b55acf9da161fb776342dca78d2411a2a897bb28f3be69b54
7
+ data.tar.gz: 455444e6c49d62aafec25f4079f37be5cc887b50fe88bf08f292c99a269b6a6e4e8d69a6c029819523e70aa7bc1f1907280fdddcf1339ae7aa7b43beb5d758c0
@@ -1,4 +1,4 @@
1
- require 'metasploit/model/search/operator/single'
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 = 0
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.0
4
+ version: 0.27.1
5
5
  platform: java
6
6
  authors:
7
7
  - Luke Imhoff
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-17 00:00:00.000000000 Z
11
+ date: 2014-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler