metasploit-concern 0.5.0 → 0.5.1

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: 637a9d3fb7a8deada037c28deb39a383be1dd414
4
- data.tar.gz: 1e21817d348656a669fe456ba33889933ef6c016
3
+ metadata.gz: 774fc3d3ae42a1e3450f1da87bed6e9265ebb03b
4
+ data.tar.gz: f68b4c6d33c27060635e267f16cfdf0d911f6cdb
5
5
  SHA512:
6
- metadata.gz: 0cd502e83759a7b249d585dd0065b2af261a69b91bda2ef28ddaf380a79f38f204fd9f3d470b1031de48022992d84159c39d362588d5a9e23a0c8713924205b2
7
- data.tar.gz: 509e820e2d5d4288937a59238163bdfc803e312f5996a6318318559929db50fbaf1d8b788fe34749ad9d23a779dfdbca50c657fb0f99ae7e94e16c85dbda8f9d
6
+ metadata.gz: 413ca6f0eba82596c26f7517805a96b2c0ef2c613fbe9da360048fee743098930c74b23c24ae8834a9c2870da41486b0b75ba0d5bbf5e9d32f5355f8dc794e5c
7
+ data.tar.gz: aefa1ea0f4171ccb93bf7e32c720ff133c0497af28d344db196484d7838121bae4d8d5400e80c846d21af95991187bf889135c4908faddb0a5e6cac6684b0243
@@ -7,7 +7,7 @@ module Metasploit
7
7
  # The minor version number, scoped to the {MAJOR} version number.
8
8
  MINOR = 5
9
9
  # The patch number, scoped to the {MAJOR} and {MINOR} version numbers.
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metasploit-concern
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luke Imhoff