dradis-zap 4.9.0 → 4.10.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: 9a85677e6aec3776dc6fc076d9f2d330d4c4d506b9955df5094226a04fba4a07
4
- data.tar.gz: 48b40776bc01bfcbd96d7afedb6ad7d8da6dd545d6d3af11218d776a2361ff0f
3
+ metadata.gz: 8c503ea5eda29d80aca4c69a84eef0baede44d3ddc707db6103af9fb09dbd486
4
+ data.tar.gz: 1a3c64fd246cb90a5cc0b86a2d271d6d7a8fd8320b3545d7080454b2f4708d1e
5
5
  SHA512:
6
- metadata.gz: 17e69e6a42a58ab5a51df37a4c05460d97d4143310c3ae4a7a410327b4353e184af4dcf19c4febd67a5c4d904c37aa42f7c7929a2d219b797f37e2a4741e3a40
7
- data.tar.gz: 001a9d7403b32473515e3ad9d3b2b77d447a954ea2c8871311b402db03598314e1ab861bbb572cb68f61d4e6cfdbffc935bbba53f4d082d98b17f8a87dc46fab
6
+ metadata.gz: 25ecf0d4f772d67cdd33b94a7d89ba8a6c98ef25fc4dc15a84dc1347ca2634243107f1671ba85bfdf7db2a9bac6d93b247de58aa9925a0fbf908e3d8f36642a3
7
+ data.tar.gz: f35782908e4d412ad2b57ef05e051435d26368530e23e2f5d349d6a8dc2cd369327993ff93c2db68e445139eddf90d847f422e1665798139bfd634004eff088b
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-zap.gemspec CHANGED
@@ -2,10 +2,9 @@ $:.push File.expand_path('../lib', __FILE__)
2
2
  require 'dradis/plugins/zap/version'
3
3
  version = Dradis::Plugins::Zap::VERSION::STRING
4
4
 
5
-
6
5
  # Describe your gem and declare its dependencies:
7
6
  Gem::Specification.new do |spec|
8
- spec.platform = Gem::Platform::RUBY
7
+ spec.platform = Gem::Platform::RUBY
9
8
  spec.name = 'dradis-zap'
10
9
  spec.version = version
11
10
  spec.summary = 'ZAP add-on for the Dradis Framework.'
@@ -14,11 +13,10 @@ Gem::Specification.new do |spec|
14
13
  spec.license = 'GPL-2'
15
14
 
16
15
  spec.authors = ['Daniel Martin']
17
- spec.email = ['etd@nomejortu.com']
18
- spec.homepage = 'http://dradisframework.org'
16
+ spec.homepage = 'https://dradis.com/integrations/zap.html'
19
17
 
20
18
  spec.files = `git ls-files`.split($\)
21
- spec.executables = spec.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
19
+ spec.executables = spec.files.grep(%r{^bin/}).map { |f| File.basename(f) }
22
20
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
23
21
 
24
22
  # By not including Rails as a dependency, we can use the gem with different
@@ -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-zap
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
@@ -96,8 +96,7 @@ dependencies:
96
96
  version: 0.5.2
97
97
  description: This add-on allows you to upload and parse output produced from the Zed
98
98
  Attack Proxy (ZAP) into Dradis.
99
- email:
100
- - etd@nomejortu.com
99
+ email:
101
100
  executables: []
102
101
  extensions: []
103
102
  extra_rdoc_files: []
@@ -129,7 +128,7 @@ files:
129
128
  - templates/issue.fields
130
129
  - templates/issue.sample
131
130
  - templates/issue.template
132
- homepage: http://dradisframework.org
131
+ homepage: https://dradis.com/integrations/zap.html
133
132
  licenses:
134
133
  - GPL-2
135
134
  metadata: {}