dradis-nmap 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: 01fcb2dd05d52d344728d15f14d1123b560b778f168e4f26c8d022539b168c13
4
- data.tar.gz: 6e9b5fa23aac87270c2bc0d78e49ffe03aa67e4cbcce0db6596d6797b089e2f7
3
+ metadata.gz: 699a744dd4dd677e95e578d22f1e161ef5bae45ba9b4756a80abbb4c8ce084d7
4
+ data.tar.gz: 7746d013c5e8e6e691ba8a9b9afd07f5463a0181f6de662288062a887ad8ff66
5
5
  SHA512:
6
- metadata.gz: 56f1f8ab61f4df35c6b6a250439912897d72ee704c0907c63b57f3f9a7237b071a1c9cdd733555fc9d75413179700cdda808691c7aa3ea87e412e4ddb4e6be08
7
- data.tar.gz: e8bfebf42af552d4c87c9d4e7c92da5e13e66ea92766a7e5172803370978f4154d10642fb22b563d3db9b1ed68642de56843aad2bb036180c409aecd2db38ab4
6
+ metadata.gz: ad8d81ba71be5da76fcf4eae1a896c3c56594b5067871477746233864bbe4c2a6aae466fa19c7b21825531fe767b4bd201b8e72a1a6f2574de6dd81ba150d13f
7
+ data.tar.gz: 4e9f518322977ddff874a3a4d52d67098237c67f306e8f8e24816aab801f4072717c631b30ebdb32a3165f35f12262345249db881b7332922367dbe2499681ca
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-nmap.gemspec CHANGED
@@ -13,11 +13,10 @@ 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/nmap.html'
18
17
 
19
18
  spec.files = `git ls-files`.split($\)
20
- 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) }
21
20
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
22
21
 
23
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-nmap
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 Nmap
98
98
  web server scanner into Dradis.
99
- email:
100
- - etd@nomejortu.com
99
+ email:
101
100
  executables: []
102
101
  extensions: []
103
102
  extra_rdoc_files: []
@@ -133,7 +132,7 @@ files:
133
132
  - templates/port.fields
134
133
  - templates/port.sample
135
134
  - templates/port.template
136
- homepage: http://dradisframework.org
135
+ homepage: https://dradis.com/integrations/nmap.html
137
136
  licenses:
138
137
  - GPL-2
139
138
  metadata: {}