dradis-html_export 4.12.0 → 4.14.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: def25a69667a2f95dc1864c9616c0bdacab7345f853e8da9faa132165a9cd9a9
4
- data.tar.gz: 05d4bf04a67586c2bb086ff863824ae10f7822f72fb49afc54015ae47a367c3b
3
+ metadata.gz: 55f0077ed8c2f6b8ac0a5f9a4297d5e969cdc20ab00edb0abbea7fe0ff92618a
4
+ data.tar.gz: 4a799549fb26294a07df26ea857f0ac35dd707ad5d3184df81df00aa924e9563
5
5
  SHA512:
6
- metadata.gz: 899334a3a0f33eb13c31e3243f339f1067cc4a2e0a5c035413cf95a3da839ea6dc8764e3ba8222f339658613fe84213778c905656a66817e5444a973d1834b75
7
- data.tar.gz: 6b18eafcfbdedce2aab48f470741e09672de7725621c0a37bb97225ad680f8578fbf5515ca4a7300cd3af1cbbe31dd8960d00bf769b49acec46b7f16aca9d75b
6
+ metadata.gz: 74178fdfc492c7c36bbdb4b401d349dfcfdd5fcc3c92c5264d66c3a614fc017243ad678d061923493953d8f7dfc9e18e216431c20ba13db93b1db231c9b59c56
7
+ data.tar.gz: fe55828a740cb245d1cc30123c894127e579847ddf93140ff5aa940d930aaafb9e8e4a2511df304a338a330b98349cc9a7ad9ef56af5b6f82a51e30d28fe39c0
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ v4.14.0 (October 2024)
2
+ - No changes
3
+
4
+ v4.13.0 (July 2024)
5
+ - No changes
6
+
1
7
  v4.12.0 (May 2024)
2
8
  - Update Dradis links in README
3
9
 
@@ -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
@@ -8,8 +8,8 @@ module Dradis
8
8
 
9
9
  module VERSION
10
10
  MAJOR = 4
11
- MINOR = 12
12
- TINY = 0
11
+ MINOR = 14
12
+ TINY = 0
13
13
  PRE = nil
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
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.12.0
4
+ version: 4.14.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-05-07 00:00:00.000000000 Z
11
+ date: 2024-10-21 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.1.4
111
+ rubygems_version: 3.5.6
112
112
  signing_key:
113
113
  specification_version: 4
114
114
  summary: Dradis HTML export plugin