dradis-metasploit 3.20.0 → 3.21.0

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,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8f38f1f9128cf4897b02cfbf3869f686559b7d8f7aab45d6a053ffe1639ae485
4
- data.tar.gz: 97a2741393793eed667d03bc990107beaef556d131e6a56a365f4eb869da9cff
3
+ metadata.gz: e9e284372384dc56995badf7d68da1dc8dd1b9f5e9f171a1e0499276bc5ec347
4
+ data.tar.gz: 125d43b112912fd6181eab72f6260ccc2e55b1cedfbc866f9237c5efc916750e
5
5
  SHA512:
6
- metadata.gz: d113b1f9a076fd4319db740bb1567d0e80b7cf10a2b3d907d51c7d5bd5ca25c811729473f0d067ef8dea1eabea2a7be34d8a47dcfa2a378a704439ce7557afbf
7
- data.tar.gz: df5f4ff15f015f898ca5c274e5e757b222b7be1ba7dd5576ac6f135e713d84fc4c707623a641aed1a3e2ff1e1d579ba98149687516892b17a295520af1ebfd00
6
+ metadata.gz: deb64853a0acc4b82787b474fc39c0866ed252e6c3e71f112e0504f5ab5e8aa3a96b1d55d84aae3907d3e15f8bd3ee63ee348ef91949eba5745446a4210b75f3
7
+ data.tar.gz: ac0db32b887eac8ed1ba4f9cfe0a5f94d2ec3514a7d9baee7841443c5a1e7023d189b19c9640932e07b10e382b2472e88d8c83246766de0e4a5d9848ea0d4ea9
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## Dradis Framework 3.21 (February, 2021) ##
2
+
3
+ * No changes
4
+
1
5
  ## Dradis Framework 3.20 (December, 2020) ##
2
6
 
3
7
  * No changes
@@ -1,13 +1,9 @@
1
- module Dradis
2
- module Plugins
3
- module Metasploit
4
- class Engine < ::Rails::Engine
5
- isolate_namespace Dradis::Plugins::Metasploit
1
+ module Dradis::Plugins::Metasploit
2
+ class Engine < ::Rails::Engine
3
+ isolate_namespace Dradis::Plugins::Metasploit
6
4
 
7
- include ::Dradis::Plugins::Base
8
- description 'Processes Metasploit XML output, use: db_export'
9
- provides :upload
10
- end
11
- end
5
+ include ::Dradis::Plugins::Base
6
+ description 'Processes Metasploit XML output, use: db_export'
7
+ provides :upload
12
8
  end
13
9
  end
@@ -8,7 +8,7 @@ module Dradis
8
8
 
9
9
  module VERSION
10
10
  MAJOR = 3
11
- MINOR = 20
11
+ MINOR = 21
12
12
  TINY = 0
13
13
  PRE = nil
14
14
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dradis-metasploit
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.20.0
4
+ version: 3.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Martin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-07 00:00:00.000000000 Z
11
+ date: 2021-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dradis-plugins