metasploit-model 0.27.0 → 0.27.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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZTllYjkwYzQwZjcyZjEyYmZkMGM1MDY1YTFmNDkxZjk1NzdiOTc0MA==
4
+ NDQ0YTNlM2NmODM5OGNmZDA0YzdkMjFhOGNmZGVhMGMxNjM5OWQ2MA==
5
5
  data.tar.gz: !binary |-
6
- YjM2NDBkZjlkMmRmZTY3ZWY4MGEzNzM0ZjVmMDI4YTA1ZTVjYTc2Nw==
6
+ NDVlMWM0OWMyZmM0YmFmY2U2MTlkOGQ1MjEyYWE0YmVkZmE0NTJmZA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZjFmZmYyYjExZjQ0ZTE4OWE0NmRjMzY0NzUzYWI5ODdlMmRhZDEwYzFiMjZk
10
- OTQxZTJkMDc0MWRmOWVkNTMwMzRkMzdmZTlhMDZkNjk3MWNhOGM4Y2I3YTUw
11
- MTdjMWM2Zjc1NTg2ZmI1Y2Y1NGVhZGEzOTk2MmQ4YTFjZDljZWU=
9
+ Y2Y3NGQ3ZDk1YmY3MTBkYmE3NTkyZGZlYTM3NDI5YWM0OTM1NTQxNzA4ODUz
10
+ M2E4MTJlNjlhZGE4NTQ1MWJjYjc5NGVjZTA3MGE4MjcxMzliNGY5NmMxZDQz
11
+ YzM3NTY1MjkxYmQ2ZjNkOWRkNGNiOTJkZjFlZmU4ODlmMTQ4Yzk=
12
12
  data.tar.gz: !binary |-
13
- M2VmNjZkZThhMTY2YWExNTVhZTJlMDgwYmJhNDM2M2ZlOTBmYThlODM3Yzdk
14
- MDFlYTEzOTM2MDcxZDVhY2JlZjJiZGFjM2Y1MjY1YmIzMzA3MmYyY2EyNWUy
15
- NGNjMWNkMzEyN2QxMTRmZmJhMDI5ZmM1ZDFlODM3MmZkN2QyNTM=
13
+ YTVjZDQ5NWM4YTgwZmY0ZDI5Y2EwNTk4N2Q2ZTY3MTlkYmYyOTM5ODUwMWE4
14
+ NjQxNjUyMWJkNzBjMDkzNDRhN2Y4MDk0N2JkZWFkMTg1ZTIxNmNkZWM5Mjdi
15
+ YmNlMjQ3MGYyMGE5YTA3OTg4OGJjMTlhMGI1YmExNTliOGU2OTA=
@@ -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: ruby
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