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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea50f3ebe792a2b2a1d8f078e1788771b23972523d5d34fd60e9f3857bb597c5
4
- data.tar.gz: d07d211a9d83ec62ecede95c34c9839572586a8ba319ff707e00a628c6145ddd
3
+ metadata.gz: 6fd61a9b297d671d37d0e85873fd5a635e8d55020e7bb11c876e62d0a350a57d
4
+ data.tar.gz: a672337d193511fc5757d5c6d07dab76b3297a82c873859611d358d5a18c6e14
5
5
  SHA512:
6
- metadata.gz: 251bb1e6deeef4de730b8f467dda518df24a1850e8876d67c679a3f1423fe32f3a74a8552ce82ab2572dfe5ade4f58f1179e292ecf0e06ec8d85e434f842ec70
7
- data.tar.gz: 9c36b6fb5e6560a8cdf83007b3817ad56a9101c8f707297342118c3e866f2d8c241d25953e0fa29268ae6613bda5bf421b13c15e32c8a7545819dbea22b388f4
6
+ metadata.gz: bd92798c855bd4bec4991d4e6a9277f6c9f0cf1c48bb9e36b1b03885caa3521fc5809ebc0b25050020582f7b6751e78b277cbb96560b6539d7f442b2143f33ad
7
+ data.tar.gz: 20a9cf0801abf3fced9f1f6649a312c4f8de2da6392a6407f342bca2a3b84da0279702dcdc42f2a0c743a76bf7634a7263397ebb5a58c585ef2c110829bb1961
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
  - No changes
3
6
 
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 = 12
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.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
@@ -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.1.4
173
173
  signing_key:
174
174
  specification_version: 4
175
175
  summary: Dradis PDF export plugin