dradis-calculator_dread 3.12.0 → 3.13.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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 69a4d004363d4733ff115784ae1292b7c0ecb140
|
4
|
+
data.tar.gz: f4862165a47030c62bbb47243d047f2ae94eead5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9a9f413ee7e403e30c2ec952a16df259fb7468fa4abfc2a93b3feea5b01d996239f7559c8657027c7ee6aa50cc6ff651723ec1355e147ab80ccdad9a7de5e9b
|
7
|
+
data.tar.gz: 7cb712d133fb24b10b690339f91a89f9a0645d245de60a717423d1a03797eafc1bf21a94212d081b14473135e0258e43ba17bd0ebbf6014b78262ab972e9e871
|
data/CHANGELOG.md
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
<li><%= link_to 'Risk Calculators - DREAD', dread_calculator.dread_path %></li>
|
@@ -0,0 +1 @@
|
|
1
|
+
<%= link_to 'Risk Calculators - DREAD', dread_calculator.dread_path, class: 'dropdown-item' %>
|
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: 3.
|
4
|
+
version: 3.13.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: 2019-
|
11
|
+
date: 2019-06-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dradis-plugins
|
@@ -70,6 +70,8 @@ files:
|
|
70
70
|
- app/assets/javascripts/dradis/plugins/calculators/dread/manifests/application.js.coffee
|
71
71
|
- app/assets/stylesheets/dradis/plugins/calculators/dread/manifests/application.css.scss
|
72
72
|
- app/controllers/dradis/plugins/calculators/dread/base_controller.rb
|
73
|
+
- app/views/dradis/plugins/calculators/dread/_addons_menu.html.erb
|
74
|
+
- app/views/dradis/plugins/calculators/dread/_addons_menu_bs4.html.erb
|
73
75
|
- app/views/dradis/plugins/calculators/dread/base/index.html.erb
|
74
76
|
- app/views/layouts/dradis/plugins/calculators/dread/base.html.erb
|
75
77
|
- config/routes.rb
|