dradis-html_export 4.12.0 → 4.13.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 +3 -0
- data/lib/dradis/plugins/html_export/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7e4482128bd80253dbe7bdf39cc4417fba5215888767fb26af939181948a2dd5
|
|
4
|
+
data.tar.gz: ad7180cfd23a83cb88d508aa026bad71086db311ac42f095d32d1a95d957410a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4022de3698800ff04d95a620b5e579bcab1ebd2ee724f18f1aa4c9aaaa9e87443b8a81913f19ec112eee6522a986fd8fa03c86c0ea15267a33edf10ff9774f13
|
|
7
|
+
data.tar.gz: 18062bbb7996f68e49068714128c1e2fcfc37bd67f2e28c77728458fbbfd5a2ffa446a44b6a63f6022eda99eefdaee7304ba242a50c48a474d1ab3e9a8144368
|
data/CHANGELOG.md
CHANGED
|
@@ -24,6 +24,9 @@ module Dradis
|
|
|
24
24
|
|
|
25
25
|
initializer 'dradis-html_export.mount_engine' do
|
|
26
26
|
Rails.application.reloader.to_prepare do
|
|
27
|
+
# By default, this engine is loaded into the main app. So, upon app
|
|
28
|
+
# initialization, we first check if the DB is loaded and the Configuration
|
|
29
|
+
# table has been created, before checking if the engine is enabled
|
|
27
30
|
if (ActiveRecord::Base.connection rescue false) && ::Configuration.table_exists?
|
|
28
31
|
Rails.application.routes.append do
|
|
29
32
|
# Enabling/disabling integrations calls Rails.application.reload_routes! we need the enable
|
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.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: 2024-
|
|
11
|
+
date: 2024-08-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: dradis-plugins
|
|
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
109
|
version: '0'
|
|
110
110
|
requirements: []
|
|
111
|
-
rubygems_version: 3.
|
|
111
|
+
rubygems_version: 3.5.6
|
|
112
112
|
signing_key:
|
|
113
113
|
specification_version: 4
|
|
114
114
|
summary: Dradis HTML export plugin
|