dradis-pdf_export 4.11.0 → 4.13.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea50f3ebe792a2b2a1d8f078e1788771b23972523d5d34fd60e9f3857bb597c5
4
- data.tar.gz: d07d211a9d83ec62ecede95c34c9839572586a8ba319ff707e00a628c6145ddd
3
+ metadata.gz: 574c53419a6a5452aac8a9f299bd5649cac360d062efc902ce4e21855cce8b98
4
+ data.tar.gz: a415ce4703f16b9cec927d58e4592f778e83f8ca469ef435862dc350f02748ca
5
5
  SHA512:
6
- metadata.gz: 251bb1e6deeef4de730b8f467dda518df24a1850e8876d67c679a3f1423fe32f3a74a8552ce82ab2572dfe5ade4f58f1179e292ecf0e06ec8d85e434f842ec70
7
- data.tar.gz: 9c36b6fb5e6560a8cdf83007b3817ad56a9101c8f707297342118c3e866f2d8c241d25953e0fa29268ae6613bda5bf421b13c15e32c8a7545819dbea22b388f4
6
+ metadata.gz: f33f411b3395a4a190946af1dfc57f989b29ab63a483b87755378963c99cc34d54cef80f01d86bf6b16872cea27447ba748792274ad20eda8da8337d84277b07
7
+ data.tar.gz: 4ba0253c1adee97c3cc5f6a64f3e06174b2cd38c08c4b7659eef5d434e2e3ee5af0c424b837eb1921892e80187dbe62581ea4cf0e8394d9665986d56bef4295d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ v4.13.0 (July 2024)
2
+ - No changes
3
+
4
+ v4.12.0 (May 2024)
5
+ - Update Dradis links in README
6
+
1
7
  v4.11.0 (January 2024)
2
8
  - No changes
3
9
 
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://dradisframework.org/) > 3.0, or [Dradis Pro](https://dradisframework.com/pro/).
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
 
@@ -8,7 +8,7 @@ module Dradis
8
8
 
9
9
  module VERSION
10
10
  MAJOR = 4
11
- MINOR = 11
11
+ MINOR = 13
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.11.0
4
+ version: 4.13.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-08-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.3.7
172
+ rubygems_version: 3.5.6
173
173
  signing_key:
174
174
  specification_version: 4
175
175
  summary: Dradis PDF export plugin