dradis-csv 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: f2048ab1a638af0a7433589192ed553885f34417c367f06e1ec6a6cb717d5ba8
4
- data.tar.gz: 7c93f77f09ecfe99d4a8129b9ebd349adca55aa8105d03c373243ac871b47ac3
3
+ metadata.gz: e3d701f812e267a36a66703478149615652edcba33010028fceebbb4f3c40d1d
4
+ data.tar.gz: 151acfaf569d8e889c9cb8d1f3d3f468ec02b694e9262f9f4bec91a66b9a3cdc
5
5
  SHA512:
6
- metadata.gz: 509a35b195cadbd852370f3b4c732e9a7aeb57987bd19479f59633b8cec07f7ae23268d4eda7c4808ca58dd8dc4c0e19becbbc070c4c60ba3e61d27291741a04
7
- data.tar.gz: ffb2d555a7965fe0aa04e4eb1600cc06db803ed30c84ee557fb643502d042528eb74453da726362aca7541eeb966f37e22626a0ee82b76a2207a9f40869f7d6e
6
+ metadata.gz: bf1761a649d5ac269deeafb6ef09d93cb4c847c4cf153f09c37cb753753af8f88947195619245ec3acc9d7800ea4962a62d7b2367868021c4a84634e0499b254
7
+ data.tar.gz: 17be352857c262461c97e2f383cc3e08da98e1e73f9453d3938413d347deca01d63d7463a26f80c525114293500245d922b82c3ed74c87f2792a9c215abfeeb4
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
  - Disable Dradis field selects with `N/A` value
3
6
 
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Upload CSV files into Dradis.
4
4
 
5
- The add-on requires [Dradis CE](https://dradisframework.org/) > 4.5, or [Dradis Pro](https://dradisframework.com/pro/) > 4.5.
5
+ The add-on requires [Dradis CE](https://dradis.com/ce/) > 4.5, or [Dradis Pro](https://dradis.com/).
6
6
 
7
7
 
8
8
  ## More information
@@ -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-csv
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
- autorequire:
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
@@ -53,7 +53,7 @@ dependencies:
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  description: This add-on allows you to upload and parse CSV output into Dradis.
56
- email:
56
+ email:
57
57
  executables: []
58
58
  extensions: []
59
59
  extra_rdoc_files: []
@@ -94,7 +94,7 @@ homepage: http://dradis.com
94
94
  licenses:
95
95
  - GPL-2
96
96
  metadata: {}
97
- post_install_message:
97
+ post_install_message:
98
98
  rdoc_options: []
99
99
  require_paths:
100
100
  - lib
@@ -109,8 +109,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
111
  requirements: []
112
- rubygems_version: 3.3.7
113
- signing_key:
112
+ rubygems_version: 3.1.4
113
+ signing_key:
114
114
  specification_version: 4
115
115
  summary: CSV add-on for the Dradis Framework.
116
116
  test_files: