dradis-qualys 3.20.0 → 3.21.0

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
  SHA256:
3
- metadata.gz: c0badceb0e8b59fdbe0f196394867547de23d4dcda1f3d7fbb26b3e724453314
4
- data.tar.gz: f570895ae99e8d6a537e52bcd6faa8ddbbff839eb9e43caf1278990c636cb61c
3
+ metadata.gz: e3c7d833dd84e2bf216b93b9b25bf4c536323bb1273bdf02bc538e0c864d9beb
4
+ data.tar.gz: 60844d26ac41bd494d11418861275e09b3ffae575a587c8a243e366422febc42
5
5
  SHA512:
6
- metadata.gz: db811bebba8190c647395a4233eff9aacb06b3e2be8b3615367c193aef72b65ab5a96b6352c02d2c38445b909a0468fc78ab5def5461a453b9b40e0944a4c54b
7
- data.tar.gz: c33e793162890232952715409491ac19defcfdfb063b44b576bcca8f1e042ef92796b842d1d79f8e8ae5bcf8bb945e23f47b9aaa5c4035a636952222bc851d17
6
+ metadata.gz: d65729940d71d316e43744a4e426ae5b22979cccfa7fa3eed6de53ba3e603e662f34764eee9c7db7ddaef92aa3a56d28d30df274a86a982d13b4766f36ddbc91
7
+ data.tar.gz: 4be4b2c87ec17804e03549b3bbc216fb7201d9a737f8ccea8aa48ce32fc2c0ead85118703497c1616272b71852a4d50e11817105d6b15203701f196bee13816e
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 Qualys
4
- class Engine < ::Rails::Engine
5
- isolate_namespace Dradis::Plugins::Qualys
1
+ module Dradis::Plugins::Qualys
2
+ class Engine < ::Rails::Engine
3
+ isolate_namespace Dradis::Plugins::Qualys
6
4
 
7
- include ::Dradis::Plugins::Base
8
- description 'Processes Qualys output'
9
- provides :upload
10
- end
11
- end
5
+ include ::Dradis::Plugins::Base
6
+ description 'Processes Qualys 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-qualys
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