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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e93ef7bfbcc469798629ab6b377170b7af5a90f09a90654e6dd1d471a0dfc59a
4
- data.tar.gz: a1adf3b942f44c7c6539868a91d7fec5b184c413ac25f69186efa4858a07d844
3
+ metadata.gz: a4e9a1ddf1a1cbd6f16260c28c2934a30c0b9a6a503835c6507dda922eeb2b98
4
+ data.tar.gz: 4efabf0c3428adb2f7e60bdec922a44c5888ee4edd1fa5852677b1109bc90617
5
5
  SHA512:
6
- metadata.gz: 246167da4b6ed52d019d7078d78edf52498f4bda65c7162585dd45d9199ef97990d42f5201e808b074001102b2365137c296bc8e25a9c2fe5a1405025701ed1d
7
- data.tar.gz: 37e3740d89cb5da29e11fa4df595652f0eb0742961ab9c7bbd257517e1945b9f98c0fe0834ba484c2cf8678e5f9b6a7288074ee07d379754f40fe2197762eb68
6
+ metadata.gz: a8f2c7593289201df87fc885dc3e56e3d4a3e1df27ebf895b6418009b58ab4e18d2a634fea8e48a7710998e4482f6902d8d556c18fd12dbb26f85e66d9e8e4e1
7
+ data.tar.gz: 3db41eb86aa5cfbe569fc1a8aebc82cf5a07c410fa90c24822bf8308befb8bad73b24b5c972659d048185bb080a109ea7843e7d685126341b054bdb7268e6963
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ v4.16.0 (May 2025)
2
+ - No changes
3
+
1
4
  v4.15.0 (December 2024)
2
5
  - No changes
3
6
 
@@ -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
- # 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
30
- if (ActiveRecord::Base.connection rescue false) && ::Configuration.table_exists?
31
- Rails.application.routes.append do
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
@@ -8,7 +8,7 @@ module Dradis
8
8
 
9
9
  module VERSION
10
10
  MAJOR = 4
11
- MINOR = 15
11
+ MINOR = 16
12
12
  TINY = 0
13
13
  PRE = nil
14
14
 
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.15.0
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: 2024-12-20 00:00:00.000000000 Z
11
+ date: 2025-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dradis-plugins