dradis-pdf_export 4.11.0 → 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 +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +1 -2
- data/lib/dradis/plugins/pdf_export/gem_version.rb +1 -1
- 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: 6fd61a9b297d671d37d0e85873fd5a635e8d55020e7bb11c876e62d0a350a57d
|
|
4
|
+
data.tar.gz: a672337d193511fc5757d5c6d07dab76b3297a82c873859611d358d5a18c6e14
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd92798c855bd4bec4991d4e6a9277f6c9f0cf1c48bb9e36b1b03885caa3521fc5809ebc0b25050020582f7b6751e78b277cbb96560b6539d7f442b2143f33ad
|
|
7
|
+
data.tar.gz: 20a9cf0801abf3fced9f1f6649a312c4f8de2da6392a6407f342bca2a3b84da0279702dcdc42f2a0c743a76bf7634a7263397ebb5a58c585ef2c110829bb1961
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -7,8 +7,7 @@ This plugin generates a PDF report from the notes in your [Dradis Framework](htt
|
|
|
7
7
|
|
|
8
8
|
It uses the amazing [Prawn](https://github.com/prawnpdf/prawn) library to do the PDF heavy lifting.
|
|
9
9
|
|
|
10
|
-
The add-on requires [Dradis CE](https://
|
|
11
|
-
|
|
10
|
+
The add-on requires [Dradis CE](https://dradis.com/ce/) > 3.0, or [Dradis Pro](https://dradis.com/).
|
|
12
11
|
|
|
13
12
|
## More information
|
|
14
13
|
|
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.
|
|
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-
|
|
11
|
+
date: 2024-05-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: dradis-plugins
|
|
@@ -169,7 +169,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
169
169
|
- !ruby/object:Gem::Version
|
|
170
170
|
version: '0'
|
|
171
171
|
requirements: []
|
|
172
|
-
rubygems_version: 3.
|
|
172
|
+
rubygems_version: 3.1.4
|
|
173
173
|
signing_key:
|
|
174
174
|
specification_version: 4
|
|
175
175
|
summary: Dradis PDF export plugin
|