dradis-saint 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: 8182ba7e0df1b3f9d3dfa15f466a9d6dab948301719b683847225f5522b1ef59
4
- data.tar.gz: 4a7181c21ac093f5d48620bf3e2ab065623734267cdbe744b25c22c9967cb571
3
+ metadata.gz: '0093c001d552551bf2248a0827f0a09b819ea333fbeec40eb4c199ec3c30f010'
4
+ data.tar.gz: 666bb484792b00b17692dd0c8fb46258ad5fc9c37bd071106922b8f5b35df2dc
5
5
  SHA512:
6
- metadata.gz: 99416fa278ea8667a9c68b4e1ea071ec9fc47c40fb2b2850c34c6504088fde54a004f466eb67d4132de0228fb64c494c568bcd38e6ae716f492452a1a2ce434b
7
- data.tar.gz: fe3c5519a6bd6b8b3a507089f011c6fd7988f0d8b62bae4a8cb94c4e2b6d77643979db1ffb1ee36223416e0772efd004cc7697b620b7faad638f10889a380abe
6
+ metadata.gz: 82864c94d57cbd035f7a5a66832dd9bea690bf10bbb43b6de65cbdc8719bdfd1ba5393a5c8271a52288e1acdd9d36361e063ea4a16b7981328ff15b74f37f856
7
+ data.tar.gz: 61aaac421d82e8d17952b7563fb86662ea94833d9a534857bddec6854c18ab4763c98b0a3ba0fd3a268537cc047bfed0c7aa5450c01d8c43cdaf93985f5cf4de
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 Saint
4
- class Engine < ::Rails::Engine
5
- isolate_namespace Dradis::Plugins::Saint
1
+ module Dradis::Plugins::Saint
2
+ class Engine < ::Rails::Engine
3
+ isolate_namespace Dradis::Plugins::Saint
6
4
 
7
- include ::Dradis::Plugins::Base
8
- description 'Processes SAINT XML format'
9
- provides :upload
10
- end
11
- end
5
+ include ::Dradis::Plugins::Base
6
+ description 'Processes SAINT XML format'
7
+ provides :upload
12
8
  end
13
9
  end
@@ -7,7 +7,7 @@ module Dradis
7
7
 
8
8
  module VERSION
9
9
  MAJOR = 3
10
- MINOR = 20
10
+ MINOR = 21
11
11
  TINY = 0
12
12
  PRE = nil
13
13
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dradis-saint
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