dradis-nmap 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: 39489afd2533646be06086a1ef17d8dc8cbee03346d27ab519624e649807862f
4
- data.tar.gz: db2796eaefcf480ea2a5e6976e3c85a85a747d0088c9c59fd0a1c44770065b87
3
+ metadata.gz: 9f84ec15f5e03ea89a14f07da2682446b3b176437d6d23a06028788c61524aef
4
+ data.tar.gz: 7bbb618a792045ab4f1af1c0817badd4900940c480d61d07e9dfc8ae32370fad
5
5
  SHA512:
6
- metadata.gz: bef77cc342d322970c06970a3daeca08aa36de0c1c103f4c24d7c323f49e9582289df8b4f434cc6712bb636e2bdda4ab61b65fb3f10453f45660eb1fa46142fc
7
- data.tar.gz: 63ac1d241946c80bfe221fc5c8c2cfbee114faa333f9d158055ac756f191f68ac93fb6697da827994230814d3bda29bab25fcdb21addb66dce63c40cc274f92a
6
+ metadata.gz: 77276f67424536db1bb3bfdb77391b743576a89165073c78fa3f91d8ad89d05a26f5dbce662ca5cdab8187a912c60c3bf158ff0ff3043fe215bd645974236150
7
+ data.tar.gz: eaa1a1beb01f5f2cbb61207f371eafad2690f9e6994f0318ba6fbb6e231b628a4ebdd3f98290a641b6950c25af5f0dd423c38764f11aff1c7545faf159c69238
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 Nmap
4
- class Engine < ::Rails::Engine
5
- isolate_namespace Dradis::Plugins::Nmap
1
+ module Dradis::Plugins::Nmap
2
+ class Engine < ::Rails::Engine
3
+ isolate_namespace Dradis::Plugins::Nmap
6
4
 
7
- include ::Dradis::Plugins::Base
8
- description 'Processes Nmap output'
9
- provides :upload
10
- end
11
- end
5
+ include ::Dradis::Plugins::Base
6
+ description 'Processes Nmap output'
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-nmap
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