dradis-calculator_dread 4.5.0 → 4.6.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: ae3f72de0b29c1a6d3f5a6434f26c2a11d3eb5544da15f83f95e18fa71cefc9b
4
- data.tar.gz: 65b59dff296af82f8f946edf328149f3c5faa6eb839a35ebfd8ac7fd7a201208
3
+ metadata.gz: e001af3427216cc8a9fdd081a9c1afd69b65b86a82413a0f00c0f8b9658cf8c7
4
+ data.tar.gz: d49eb7c9be89fcda8865d600db82308860391baa717d06cd23027fbc6e496215
5
5
  SHA512:
6
- metadata.gz: b05330acedab0bf4762079f0ac37d2cbdbbbf6d81e1a74a6e59905b0bcf16881dbb6151068b9d9d561d0c0980d12f22a2b10b9ee3d6a85d7dbf88ccbebf009e8
7
- data.tar.gz: 3a353ef36656f6cce3813b9b5de10e101cf7fad36f228c823da0876a93ec48e86071f0d0aa3cab6ead79142b76cd879942758da9bb7767f8cb057c030c453deb
6
+ metadata.gz: 489f8ed53ed024125eb33fef5b5079037ea4b0ed8d9ea155f7b36f8d5476802db161c5172a3b1549cc059e6c374d5a9ce200a0adc7e044f0d74e92b0cafd2384
7
+ data.tar.gz: d2e028ab06e5288a9b154b4650152eb8452ad23567a9d2217c56f865138f660b01d2ab99e52714741a22d4b070b3bcfa03d9cbb5a09ea392878f9205c288abb7
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ v4.6.0 (November 2022)
2
+ - Show DREAD in Tools menu
3
+
1
4
  v4.5.0 (August 2022)
2
5
  - No changes
3
6
 
@@ -9,7 +9,7 @@ module Dradis
9
9
 
10
10
  module VERSION
11
11
  MAJOR = 4
12
- MINOR = 5
12
+ MINOR = 6
13
13
  TINY = 0
14
14
  PRE = nil
15
15
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dradis-calculator_dread
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.5.0
4
+ version: 4.6.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: 2022-08-22 00:00:00.000000000 Z
11
+ date: 2022-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dradis-plugins
@@ -76,7 +76,7 @@ files:
76
76
  - app/controllers/dradis/plugins/calculators/dread/base_controller.rb
77
77
  - app/controllers/dradis/plugins/calculators/dread/issues_controller.rb
78
78
  - app/models/dradis/plugins/calculators/dread/v1.rb
79
- - app/views/dradis/plugins/calculators/dread/_addons_menu.html.erb
79
+ - app/views/dradis/plugins/calculators/dread/_tools_menu.html.erb
80
80
  - app/views/dradis/plugins/calculators/dread/base/_impact.html.erb
81
81
  - app/views/dradis/plugins/calculators/dread/base/_likelihood.html.erb
82
82
  - app/views/dradis/plugins/calculators/dread/base/index.html.erb
@@ -109,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
111
  requirements: []
112
- rubygems_version: 3.2.28
112
+ rubygems_version: 3.1.4
113
113
  signing_key:
114
114
  specification_version: 4
115
115
  summary: This plugin adds a DREAD score calculator to Dradis.