dradis-pdf_export 4.10.0 → 4.11.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: 5756d2c5474b05f4f93dea3b4499f2e85609893e5106b03179bb6f571282b205
4
- data.tar.gz: a55ce93e2a3621d67ad4e2688b7820576340c324c34c570aaedbbafcc97d9e69
3
+ metadata.gz: ea50f3ebe792a2b2a1d8f078e1788771b23972523d5d34fd60e9f3857bb597c5
4
+ data.tar.gz: d07d211a9d83ec62ecede95c34c9839572586a8ba319ff707e00a628c6145ddd
5
5
  SHA512:
6
- metadata.gz: d5faca9cf010f891261f758bbe72648c40e3524cda094789124d1aaac2fb1891537f7b7ceb2b79f2112d2ca33037a15f05f88a342ae654d01dba4534fa482063
7
- data.tar.gz: e0bbcc63f701a6d6e03c7009b6b62fee0acf63fbd0ebcc4e7c6c37b984d04851ac77ae74db5906ac758673953e620ad2bf74b6d5e0b405684992cf627c281670
6
+ metadata.gz: 251bb1e6deeef4de730b8f467dda518df24a1850e8876d67c679a3f1423fe32f3a74a8552ce82ab2572dfe5ade4f58f1179e292ecf0e06ec8d85e434f842ec70
7
+ data.tar.gz: 9c36b6fb5e6560a8cdf83007b3817ad56a9101c8f707297342118c3e866f2d8c241d25953e0fa29268ae6613bda5bf421b13c15e32c8a7545819dbea22b388f4
@@ -0,0 +1,45 @@
1
+ Please review [CONTRIBUTING.md](https://github.com/dradis/dradis-ce/blob/develop/CONTRIBUTING.md) and remove this line.
2
+
3
+ ### Summary
4
+
5
+ Provide a general description of the code changes in your pull
6
+ request... were there any bugs you had fixed? If so, mention them. If
7
+ these bugs have open GitHub issues, be sure to tag them here as well,
8
+ to keep the conversation linked together.
9
+
10
+
11
+ ### Testing Steps
12
+
13
+ Provide steps to test functionality, described in detail for someone not familiar with this part of the application / code base
14
+
15
+
16
+ ### Other Information
17
+
18
+ If there's anything else that's important and relevant to your pull
19
+ request, mention that information here. This could include
20
+ benchmarks, or other information.
21
+
22
+ Thanks for contributing to Dradis!
23
+
24
+
25
+ ### Copyright assignment
26
+
27
+ Collaboration is difficult with commercial closed source but we want
28
+ to keep as much of the OSS ethos as possible available to users
29
+ who want to fix it themselves.
30
+
31
+ In order to unambiguously own and sell Dradis Framework commercial
32
+ products, we must have the copyright associated with the entire
33
+ codebase. Any code you create which is merged must be owned by us.
34
+ That's not us trying to be a jerks, that's just the way it works.
35
+
36
+ You can delete this section, but the following sentence needs to
37
+ remain in the PR's description:
38
+
39
+ > I assign all rights, including copyright, to any future Dradis
40
+ > work by myself to Security Roots.
41
+
42
+ ### Check List
43
+
44
+ - [ ] Added a CHANGELOG entry
45
+ - [ ] Added specs
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ v4.11.0 (January 2024)
2
+ - No changes
3
+
1
4
  v4.10.0 (September 2023)
2
5
  - Implement handling of exports directly from Tylium
3
6
  - Update views for compatibility with Font Awesome 6
data/README.md CHANGED
@@ -12,12 +12,12 @@ The add-on requires [Dradis CE](https://dradisframework.org/) > 3.0, or [Dradis
12
12
 
13
13
  ## More information
14
14
 
15
- See the Dradis Framework's [README.md](https://github.com/dradis/dradisframework/blob/master/README.md)
15
+ See the Dradis Framework's [README.md](https://github.com/dradis/dradis-ce/blob/develop/README.md)
16
16
 
17
17
 
18
18
  ## Contributing
19
19
 
20
- See the Dradis Framework's [CONTRIBUTING.md](https://github.com/dradis/dradisframework/blob/master/CONTRIBUTING.md)
20
+ See the Dradis Framework's [CONTRIBUTING.md](https://github.com/dradis/dradis-ce/blob/develop/CONTRIBUTING.md)
21
21
 
22
22
 
23
23
  ## License
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.authors = ['Daniel Martin']
14
14
  spec.description = 'Export to PDF plugin for the Dradis Framework'
15
15
  spec.summary = 'Dradis PDF export plugin'
16
- spec.homepage = 'http://dradis.com'
16
+ spec.homepage = 'https://dradis.com/support/guides/reporting/pdf_reports.html'
17
17
 
18
18
  spec.files = `git ls-files`.split($\)
19
19
  spec.executables = spec.files.grep(%r{^bin/}).map { |f| File.basename(f) }
@@ -8,7 +8,7 @@ module Dradis
8
8
 
9
9
  module VERSION
10
10
  MAJOR = 4
11
- MINOR = 10
11
+ MINOR = 11
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-pdf_export
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.10.0
4
+ version: 4.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Martin
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-07 00:00:00.000000000 Z
11
+ date: 2024-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dradis-plugins
@@ -123,11 +123,12 @@ dependencies:
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
125
  description: Export to PDF plugin for the Dradis Framework
126
- email:
126
+ email:
127
127
  executables: []
128
128
  extensions: []
129
129
  extra_rdoc_files: []
130
130
  files:
131
+ - ".github/pull_request_template.md"
131
132
  - ".gitignore"
132
133
  - CHANGELOG.md
133
134
  - CHANGELOG.template
@@ -149,11 +150,11 @@ files:
149
150
  - lib/dradis/plugins/pdf_export/gem_version.rb
150
151
  - lib/dradis/plugins/pdf_export/version.rb
151
152
  - lib/tasks/thorfile.rb
152
- homepage: http://dradis.com
153
+ homepage: https://dradis.com/support/guides/reporting/pdf_reports.html
153
154
  licenses:
154
155
  - GPL-2
155
156
  metadata: {}
156
- post_install_message:
157
+ post_install_message:
157
158
  rdoc_options: []
158
159
  require_paths:
159
160
  - lib
@@ -168,8 +169,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
169
  - !ruby/object:Gem::Version
169
170
  version: '0'
170
171
  requirements: []
171
- rubygems_version: 3.1.4
172
- signing_key:
172
+ rubygems_version: 3.3.7
173
+ signing_key:
173
174
  specification_version: 4
174
175
  summary: Dradis PDF export plugin
175
176
  test_files: []