dradis-saint 4.9.0 → 4.10.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: cbb8e53dca56552954df24319c66634c8b426ef853c7d1d3d5da6569904bdcb2
4
- data.tar.gz: ff5b14496530535bf29f329768f77beed00889631353c3a79c8e93097dd7984e
3
+ metadata.gz: 96f38eb364bd514a2b8698a981586cc6496a981e01778a1a5d9a458567ee2e9f
4
+ data.tar.gz: feb6625a95b86d798fabd4fc12d55e6c7eac283d865fec9c3aaefe8f655d753b
5
5
  SHA512:
6
- metadata.gz: 67887475d14ae2bdc683c8e78a197d3f48f941471add5f9068165382c3fbf5cddc110a6d865e75afda47c3f5cc27695156ae592caece45254e8b698d556025d5
7
- data.tar.gz: 3edbf4d02e6d69785265328606e05b4dc61cd9bd7ba5d596b6580d2f05c25ae7b7e305bfab5aa9421fd8e65a493f808d36ae1118c9afefe413c5ccfc434e17e3
6
+ metadata.gz: ee0cd6926d03d142ca256b6275d7462ee00a365cff045da4e2f63fedd2261ee9eb41b9d88180ef0b47984805d9ac52de8ec8b9ca54925d214a54798c867d9459
7
+ data.tar.gz: 1d76a5e1bcdb7bb1a8fb6e506404763b4278c080edcb76058f9dc21726f5e894ee8e698d5223cf856a80b453b10012a732734a400d105fcda536ee318a810ad2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ v4.10.0 (September 2023)
2
+ - Update gemspec links
3
+
1
4
  v4.9.0 (June 2023)
2
5
  - No changes
3
6
 
data/dradis-saint.gemspec CHANGED
@@ -10,8 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.name = 'dradis-saint'
11
11
  s.version = version
12
12
  s.authors = ['Daniel Martin']
13
- s.email = ['etd@nomejortu.com']
14
- s.homepage = 'http://dradisframework.org'
13
+ s.homepage = 'https://dradis.com/integrations/saint.html'
15
14
  s.summary = 'Saint upload add-on for Dradis Framework.'
16
15
  s.description = 'This add-on allows you to upload and parse reports from Saint.'
17
16
  s.license = 'GPL-2'
@@ -7,7 +7,7 @@ module Dradis
7
7
 
8
8
  module VERSION
9
9
  MAJOR = 4
10
- MINOR = 9
10
+ MINOR = 10
11
11
  TINY = 0
12
12
  PRE = nil
13
13
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dradis-saint
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.9.0
4
+ version: 4.10.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: 2023-05-31 00:00:00.000000000 Z
11
+ date: 2023-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dradis-plugins
@@ -95,8 +95,7 @@ dependencies:
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
97
  description: This add-on allows you to upload and parse reports from Saint.
98
- email:
99
- - etd@nomejortu.com
98
+ email:
100
99
  executables: []
101
100
  extensions: []
102
101
  extra_rdoc_files: []
@@ -141,7 +140,7 @@ files:
141
140
  - templates/vulnerability.fields
142
141
  - templates/vulnerability.sample
143
142
  - templates/vulnerability.template
144
- homepage: http://dradisframework.org
143
+ homepage: https://dradis.com/integrations/saint.html
145
144
  licenses:
146
145
  - GPL-2
147
146
  metadata: {}