dradis-html_export 4.15.0 → 4.16.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 +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/dradis/plugins/html_export/engine.rb +5 -10
- data/lib/dradis/plugins/html_export/gem_version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a4e9a1ddf1a1cbd6f16260c28c2934a30c0b9a6a503835c6507dda922eeb2b98
|
4
|
+
data.tar.gz: 4efabf0c3428adb2f7e60bdec922a44c5888ee4edd1fa5852677b1109bc90617
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a8f2c7593289201df87fc885dc3e56e3d4a3e1df27ebf895b6418009b58ab4e18d2a634fea8e48a7710998e4482f6902d8d556c18fd12dbb26f85e66d9e8e4e1
|
7
|
+
data.tar.gz: 3db41eb86aa5cfbe569fc1a8aebc82cf5a07c410fa90c24822bf8308befb8bad73b24b5c972659d048185bb080a109ea7843e7d685126341b054bdb7268e6963
|
data/CHANGELOG.md
CHANGED
@@ -24,16 +24,11 @@ module Dradis
|
|
24
24
|
|
25
25
|
initializer 'dradis-html_export.mount_engine' do
|
26
26
|
Rails.application.reloader.to_prepare do
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
# Enabling/disabling integrations calls Rails.application.reload_routes! we need the enable
|
33
|
-
# check inside the block to ensure the routes can be re-enabled without a server restart
|
34
|
-
if Engine.enabled?
|
35
|
-
mount Engine => '/', as: :html_export
|
36
|
-
end
|
27
|
+
Rails.application.routes.append do
|
28
|
+
# Enabling/disabling integrations calls Rails.application.reload_routes! we need the enable
|
29
|
+
# check inside the block to ensure the routes can be re-enabled without a server restart
|
30
|
+
if Engine.enabled?
|
31
|
+
mount Engine => '/', as: :html_export
|
37
32
|
end
|
38
33
|
end
|
39
34
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dradis-html_export
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
4
|
+
version: 4.16.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:
|
11
|
+
date: 2025-05-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dradis-plugins
|