dradis-coreimpact 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: 489d0eb906884efd1bb821e6e523dab5c1ec5f19bdc61721b2d60c9466fda063
4
- data.tar.gz: 1d2bd1eee21938fd8d1bb137ad21c83883442564cfad0b896af4b91813972b7d
3
+ metadata.gz: f2684cc69ebcdf43db4aac8fb9a2082c1ee52375bf209c277e5e5821dd3bf3a4
4
+ data.tar.gz: abb7c74ed576b2af6b59289a68aff0e6fd5db3b70d8345f4f8b01da80c3443d8
5
5
  SHA512:
6
- metadata.gz: d33c84e32d837390be63f56adb573228457097546165480d9224e7302e85fcdd253e2912be6b4c0c86320c02c42f343737810a67ffb79f8328dfbdce394131ad
7
- data.tar.gz: d068d2e234965f4405836bf6ee7af3a5b253f4a195ce4e36daddc319cf99c25d12ce94cea5daa7fef94da47bd47a640e5d60ebc92fc04e27be35c0acdfb63ee1
6
+ metadata.gz: dcfd452f365c6087731ba88d4e51313c8ea08124d9cc8ca453aa05f36d3ff0c3542557ae44314fb85160e860f0e6bba1d11008fbc31f6e9396a9f3f64b87b607
7
+ data.tar.gz: 513f90456c0f15ada2598b2c02fe76fe8de5b0a543b3646601b38a9bb293b9ef888e97c6a4fb07f8a1ca4bb9384e44e20d2d48cdcd52327ce8f1d8a80f50d25e
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
 
@@ -13,8 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.license = 'GPL-2'
14
14
 
15
15
  spec.authors = ['Daniel Martin']
16
- spec.email = ['etd@nomejortu.com']
17
- spec.homepage = 'http://dradisframework.org'
16
+ spec.homepage = 'https://dradis.com/integrations/coreimpact.html'
18
17
 
19
18
  spec.files = `git ls-files`.split($\)
20
19
  spec.executables = spec.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -8,7 +8,7 @@ module Dradis
8
8
 
9
9
  module VERSION
10
10
  MAJOR = 4
11
- MINOR = 9
11
+ MINOR = 10
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-coreimpact
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
@@ -82,8 +82,7 @@ dependencies:
82
82
  version: 0.5.2
83
83
  description: This add-on allows you to upload and parse output produced from CORE
84
84
  Impact security scanner into Dradis.
85
- email:
86
- - etd@nomejortu.com
85
+ email:
87
86
  executables: []
88
87
  extensions: []
89
88
  extra_rdoc_files: []
@@ -120,7 +119,7 @@ files:
120
119
  - templates/issue.fields
121
120
  - templates/issue.sample
122
121
  - templates/issue.template
123
- homepage: http://dradisframework.org
122
+ homepage: https://dradis.com/integrations/coreimpact.html
124
123
  licenses:
125
124
  - GPL-2
126
125
  metadata: {}