dradis-calculator_dread 4.17.1 → 4.19.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: 2ad2c32f496ca70e258623a4322f02213c4560ee0beaaf68a5c3eac86f2ef1ee
4
- data.tar.gz: 671021c1997d3a17d2077e7f869e69adbe8f0bb99c9efc339bdd14b502b034cd
3
+ metadata.gz: 83573d83cf748e623a412fc60828beb51a9512c31a90413d9918a5ea4bcdedb1
4
+ data.tar.gz: d7e87c3430ea2a54af4691b6a596d5f7f7f6098134fb68b9244d0fb285b20242
5
5
  SHA512:
6
- metadata.gz: 1c4db3803be83a5852598ce565b014fdc72d66664d3e8b35bc99fc830865092f05315d65c6459b59eccc37fb6e0784cbda42f0e9a01d7af2071e809fdd17b80b
7
- data.tar.gz: a5cabaf627fa8fa03c1214565cc22d95eafa46f4a158aa0dd5a749490a766cb5313933dd5c0dbfae43208ef84223e0e75b82a0c800ae15b22a8620d70dead196
6
+ metadata.gz: 504904b0cedcec03c1551b1865e09a74c16add0ba115d6901b3d18dccbf98c4a83dbaf52aad0025a3676b99e929ae7be78246eaddcdcd074dc591812cf7d41fd
7
+ data.tar.gz: 53ddc34f0845fedc8a0ad8da245dc9d16f467d086de808e14a76e54f5863228c0a80a9d4bd5fa7ba0f98b1340ba5d2b1503a4f3651cede51292411549baabb0a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ v4.19.0 (November 2025)
2
+ - No changes
3
+
4
+ v4.18.0 (September 2025)
5
+ - No changes
6
+
1
7
  v4.17.1 (September 2025)
2
8
  - Bug fixes: Fix issue calculator edit for authors
3
9
 
@@ -1,4 +1,4 @@
1
- <% if defined?(Dradis::Pro) && !current_user.role?(:contributor) %>
1
+ <% unless defined?(Dradis::Pro) && current_user.role?(:contributor) %>
2
2
  <li>
3
3
  <%= link_to 'Risk Calculators - DREAD', dread_calculator.calculators_dread_path, class: 'dropdown-item', data: { turbo: false } %>
4
4
  </li>
@@ -9,8 +9,8 @@ module Dradis
9
9
 
10
10
  module VERSION
11
11
  MAJOR = 4
12
- MINOR = 17
13
- TINY = 1
12
+ MINOR = 19
13
+ TINY = 0
14
14
  PRE = nil
15
15
 
16
16
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dradis-calculator_dread
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.17.1
4
+ version: 4.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Martin
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-09-05 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: dradis-plugins
@@ -53,7 +52,6 @@ dependencies:
53
52
  - !ruby/object:Gem::Version
54
53
  version: '10.0'
55
54
  description: Display a DREAD score calculator in Dradis Framework.
56
- email:
57
55
  executables: []
58
56
  extensions: []
59
57
  extra_rdoc_files: []
@@ -75,7 +73,6 @@ files:
75
73
  - app/controllers/dradis/plugins/calculators/dread/base_controller.rb
76
74
  - app/controllers/dradis/plugins/calculators/dread/issues_controller.rb
77
75
  - app/models/dradis/plugins/calculators/dread/v1.rb
78
- - app/views/dradis/plugins/calculators/dread/_ce_tools_menu.html.erb
79
76
  - app/views/dradis/plugins/calculators/dread/_tools_menu.html.erb
80
77
  - app/views/dradis/plugins/calculators/dread/base/_impact.html.erb
81
78
  - app/views/dradis/plugins/calculators/dread/base/_likelihood.html.erb
@@ -94,7 +91,6 @@ homepage: https://dradis.com/support/guides/projects/calculators.html
94
91
  licenses:
95
92
  - GPL-2
96
93
  metadata: {}
97
- post_install_message:
98
94
  rdoc_options: []
99
95
  require_paths:
100
96
  - lib
@@ -109,8 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
105
  - !ruby/object:Gem::Version
110
106
  version: '0'
111
107
  requirements: []
112
- rubygems_version: 3.5.6
113
- signing_key:
108
+ rubygems_version: 3.6.9
114
109
  specification_version: 4
115
110
  summary: This plugin adds a DREAD score calculator to Dradis.
116
111
  test_files: []
@@ -1,3 +0,0 @@
1
- <li>
2
- <%= link_to 'Risk Calculators - DREAD', dread_calculator.calculators_dread_path, class: 'dropdown-item', data: { turbo: false } %>
3
- </li>