dradis-qualys 3.16.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: 9ff92ddf09cf00549af4376f167e85f56d97f02e3bbffbad1b031f30d1756683
4
- data.tar.gz: d1fe2990ec06f37d8cfe8cad708c14e4e24710a842de0a5bf15928ed46eeb7ad
3
+ metadata.gz: e3c7d833dd84e2bf216b93b9b25bf4c536323bb1273bdf02bc538e0c864d9beb
4
+ data.tar.gz: 60844d26ac41bd494d11418861275e09b3ffae575a587c8a243e366422febc42
5
5
  SHA512:
6
- metadata.gz: 203624ea98dfd0faf722cb1cb00e6be7d77554ea9b26c6143af264699e9c8480206b51a62d5596d540952316eaa69c987c7bf657280258c14b9fa134235b5cb0
7
- data.tar.gz: 625d8ef2d84f261c7a3ddae1aa7ec71026c8076e1f849f6d6b4242116079f8885c71147f279f0fa9b0866b723966df7d54834d687cdb98ad3237cd940fdac0a6
6
+ metadata.gz: d65729940d71d316e43744a4e426ae5b22979cccfa7fa3eed6de53ba3e603e662f34764eee9c7db7ddaef92aa3a56d28d30df274a86a982d13b4766f36ddbc91
7
+ data.tar.gz: 4be4b2c87ec17804e03549b3bbc216fb7201d9a737f8ccea8aa48ce32fc2c0ead85118703497c1616272b71852a4d50e11817105d6b15203701f196bee13816e
data/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## Dradis Framework 3.21 (February, 2021) ##
2
+
3
+ * No changes.
4
+
5
+ ## Dradis Framework 3.20 (December, 2020) ##
6
+
7
+ * No changes.
8
+
9
+ ## Dradis Framework 3.19 (September, 2020) ##
10
+
11
+ * No changes.
12
+
13
+ ## Dradis Framework 3.18 (July, 2020) ##
14
+
15
+ * No changes.
16
+
17
+ ## Dradis Framework 3.17 (May, 2020) ##
18
+
19
+ * No changes.
20
+
1
21
  ## Dradis Framework 3.16 (February, 2020) ##
2
22
 
3
23
  * 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 = 16
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.16.0
4
+ version: 3.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Martin
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-26 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
@@ -139,7 +139,7 @@ homepage: http://dradisframework.org
139
139
  licenses:
140
140
  - GPL-2
141
141
  metadata: {}
142
- post_install_message:
142
+ post_install_message:
143
143
  rdoc_options: []
144
144
  require_paths:
145
145
  - lib
@@ -154,8 +154,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
154
154
  - !ruby/object:Gem::Version
155
155
  version: '0'
156
156
  requirements: []
157
- rubygems_version: 3.0.1
158
- signing_key:
157
+ rubygems_version: 3.2.4
158
+ signing_key:
159
159
  specification_version: 4
160
160
  summary: Qualys add-on for the Dradis Framework.
161
161
  test_files: