dradis-calculator_dread 4.18.0 → 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: 62d679f07f1cd5855ebbdc428917ebc1465de281599711bb1ba48d200bc653ea
4
- data.tar.gz: 99448e4043aa25442b3adc9a6fab875d0acadfda73ad61a06f54d1c80c92b40e
3
+ metadata.gz: 83573d83cf748e623a412fc60828beb51a9512c31a90413d9918a5ea4bcdedb1
4
+ data.tar.gz: d7e87c3430ea2a54af4691b6a596d5f7f7f6098134fb68b9244d0fb285b20242
5
5
  SHA512:
6
- metadata.gz: a81056a064ef423fdcb123899643e1e9c13e32125d0962785491810dc62aa37e7207317bddf5250cb71b1e740582f3d579ef4b77b83395c39ae69e409640622c
7
- data.tar.gz: d3aaeefafcfd5a3da64e3eb2bc4343d0c3d3f0c319c177ffe608abea547108c3d811ad0ac0b526d59b53c749fb15191f2825594eb249e2a5bc5b29cdf91f6615
6
+ metadata.gz: 504904b0cedcec03c1551b1865e09a74c16add0ba115d6901b3d18dccbf98c4a83dbaf52aad0025a3676b99e929ae7be78246eaddcdcd074dc591812cf7d41fd
7
+ data.tar.gz: 53ddc34f0845fedc8a0ad8da245dc9d16f467d086de808e14a76e54f5863228c0a80a9d4bd5fa7ba0f98b1340ba5d2b1503a4f3651cede51292411549baabb0a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ v4.19.0 (November 2025)
2
+ - No changes
3
+
1
4
  v4.18.0 (September 2025)
2
5
  - No changes
3
6
 
@@ -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,7 +9,7 @@ module Dradis
9
9
 
10
10
  module VERSION
11
11
  MAJOR = 4
12
- MINOR = 18
12
+ MINOR = 19
13
13
  TINY = 0
14
14
  PRE = nil
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dradis-calculator_dread
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.18.0
4
+ version: 4.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Martin
@@ -73,7 +73,6 @@ files:
73
73
  - app/controllers/dradis/plugins/calculators/dread/base_controller.rb
74
74
  - app/controllers/dradis/plugins/calculators/dread/issues_controller.rb
75
75
  - app/models/dradis/plugins/calculators/dread/v1.rb
76
- - app/views/dradis/plugins/calculators/dread/_ce_tools_menu.html.erb
77
76
  - app/views/dradis/plugins/calculators/dread/_tools_menu.html.erb
78
77
  - app/views/dradis/plugins/calculators/dread/base/_impact.html.erb
79
78
  - app/views/dradis/plugins/calculators/dread/base/_likelihood.html.erb
@@ -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>