dradis-html_export 4.11.1 → 4.12.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: f8d401dff28d6d627906b4137c2d87e35f87f05672910cd9849a0aeead57a47d
4
- data.tar.gz: 2f11f60f9a72c043ef24711e4844aa75c420e058227092e00ba299f9613a0a5d
3
+ metadata.gz: def25a69667a2f95dc1864c9616c0bdacab7345f853e8da9faa132165a9cd9a9
4
+ data.tar.gz: 05d4bf04a67586c2bb086ff863824ae10f7822f72fb49afc54015ae47a367c3b
5
5
  SHA512:
6
- metadata.gz: f28665e7fac8749f22be866f1512aec45c8510dac94d0b29e3bb4f65fc4e9187eaafd092031e2c2828bbdda2098d55ce1ff49d38c87f354aa7552088e06a0452
7
- data.tar.gz: c35b4e638bb7a5952155d8a43c505ff1fcdce00408c859ef530aab2225019e8154d53151553bcddaf0d2c0ffb88df90db1ccd834164a58d7cf8afc9bd1d613ba
6
+ metadata.gz: 899334a3a0f33eb13c31e3243f339f1067cc4a2e0a5c035413cf95a3da839ea6dc8764e3ba8222f339658613fe84213778c905656a66817e5444a973d1834b75
7
+ data.tar.gz: 6b18eafcfbdedce2aab48f470741e09672de7725621c0a37bb97225ad680f8578fbf5515ca4a7300cd3af1cbbe31dd8960d00bf769b49acec46b7f16aca9d75b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ v4.12.0 (May 2024)
2
+ - Update Dradis links in README
3
+
1
4
  v4.11.0 (January 2024)
2
5
  - Update initializer to work with Rails 7
3
6
 
data/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  This plugin generates an HTML report for the notes in your [Dradis Framework](https://github.com/dradis/dradisframework) repository.
7
7
 
8
- The plugin requires Dradis 3.0 or higher.
8
+ The add-on requires [Dradis CE](https://dradis.com/ce/) > 3.0, or [Dradis Pro](https://dradis.com/).
9
9
 
10
10
 
11
11
  ## More information
@@ -2,7 +2,7 @@
2
2
  <% if Dradis::Plugins::HtmlExport::TemplatePresenter.templates.any? %>
3
3
  <%= form_tag html_export.project_report_path(current_project) do %>
4
4
  <h4 class="header-underline">Choose a template</h4>
5
- <p>Please choose one of the templates available for this plugin (find them in <code>.<%= Dradis::Plugins::HtmlExport::TemplatePresenter.templates_dir[Rails.root.to_s.length..-1] %></code>)</p>
5
+ <p>Please choose one of the templates available for this plugin (find them in <code>./templates/reports/html_export</code>)</p>
6
6
 
7
7
  <% Dradis::Plugins::HtmlExport::TemplatePresenter.each_template do |template| %>
8
8
  <% present(template, Dradis::Plugins::HtmlExport::TemplatePresenter) do |template_presenter| %>
@@ -8,8 +8,8 @@ module Dradis
8
8
 
9
9
  module VERSION
10
10
  MAJOR = 4
11
- MINOR = 11
12
- TINY = 1
11
+ MINOR = 12
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.11.1
4
+ version: 4.12.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-01-17 00:00:00.000000000 Z
11
+ date: 2024-05-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.3.7
111
+ rubygems_version: 3.1.4
112
112
  signing_key:
113
113
  specification_version: 4
114
114
  summary: Dradis HTML export plugin