dradis-calculator_dread 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: 4709e60ffa6d506b2bd17067bbdf79f0dbe154ae8ecdbb016831150d4ced1bf4
4
- data.tar.gz: d7455d2a8aea8e0b7acf673ff239273734d6ecb197615ccdfe07c9ac75df14fd
3
+ metadata.gz: d22ed3a2455b1c6f3bf46f5eecf7f79ded400863060384805f213c60b8ae5d3f
4
+ data.tar.gz: 6568c1be0ba6faee880d3701db9a11a110944c5a71e63e257d71b4298d26551b
5
5
  SHA512:
6
- metadata.gz: 53be04520f5243b1ac09c40932d72484edfd4b26b9a63c640ca732758e3252fc8ce4a5ad70321350b5ade6e9b372d69a4040356df54968726197c0d4e490a79b
7
- data.tar.gz: 668bb9f73b0729e4e59dda8b5f2d3c515d5c2fff1e2ddabe01716a3ca3231f84206bf9f44d54e090544c71dae4133a00ad461f7e3948e4a12d38eb39e9c0448a
6
+ metadata.gz: 4c241a2c585642b64148977dc9bf0e31e146997a768becd7f852766c93cdb0ef60670f8a28b356f5ae9e0ff2c61bb7c9184fa1e4a1dfd5607527050c91f9140e
7
+ data.tar.gz: 98d7cba36b3a6b6518dfd8f82ecaeb60ebe15eca022a8b898495413f20c4c203459dfffc6b283eb6133ae831106a9284a2767f00187465f516527553fb7023be
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## Dradis Framework 3.21 (February, 2021) ##
2
+
3
+ * Specify exact js and css file name when precompiling assets.
4
+
1
5
  ## Dradis Framework 3.20 (December, 2020) ##
2
6
 
3
7
  * Integrate calculator in Issues view.
@@ -7,7 +7,11 @@ module Dradis::Plugins::Calculators::DREAD
7
7
  description 'Risk Calculators: DREAD'
8
8
 
9
9
  initializer 'calculator_dread.asset_precompile_paths' do |app|
10
- app.config.assets.precompile += ["dradis/plugins/calculators/dread/manifests/*"]
10
+ app.config.assets.precompile += [
11
+ 'dradis/plugins/calculators/dread/manifests/application.css',
12
+ 'dradis/plugins/calculators/dread/manifests/application.js',
13
+ 'dradis/plugins/calculators/dread/manifests/tylium.js'
14
+ ]
11
15
  end
12
16
 
13
17
  initializer "calculator_dread.inflections" do |app|
@@ -9,7 +9,7 @@ module Dradis
9
9
 
10
10
  module VERSION
11
11
  MAJOR = 3
12
- MINOR = 20
12
+ MINOR = 21
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: 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