dradis-json 4.8.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 +4 -4
- data/CHANGELOG.md +6 -0
- data/dradis-json.gemspec +3 -5
- data/lib/dradis/plugins/json/gem_version.rb +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 64fe0005f4e33687b771c20add81c355088691c42446f29629270455a6be2d6f
|
|
4
|
+
data.tar.gz: 8c261f2b675a03c71b182683d56d014edc3564628f2afbfbcc19e98bcf1899d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7bd76857905d1dfa9eaff612b2c45b1275a5cacbd303e2003b2e6f03973cbec2f6f8d419a9bd9bfc0a89f2194662b8cf842e66f0abd6c8039db64ec8dd88ed6
|
|
7
|
+
data.tar.gz: e7bdec7aa37b939012c3bf38b8a55a31c2a74500230cd48595b357f0f72a19693b446ebd734f05abc424bcccdb59b47572e39495d093da3a9d3510259524e0b5
|
data/CHANGELOG.md
CHANGED
data/dradis-json.gemspec
CHANGED
|
@@ -2,10 +2,9 @@ $:.push File.expand_path('../lib', __FILE__)
|
|
|
2
2
|
require 'dradis/plugins/json/version'
|
|
3
3
|
version = Dradis::Plugins::Json::VERSION::STRING
|
|
4
4
|
|
|
5
|
-
|
|
6
5
|
# Describe your gem and declare its dependencies:
|
|
7
6
|
Gem::Specification.new do |spec|
|
|
8
|
-
spec.platform
|
|
7
|
+
spec.platform = Gem::Platform::RUBY
|
|
9
8
|
spec.name = 'dradis-json'
|
|
10
9
|
spec.version = version
|
|
11
10
|
spec.summary = 'JSON export plugin 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 = ['Rachael Korinek']
|
|
17
|
-
spec.
|
|
18
|
-
spec.homepage = 'http://dradisframework.org'
|
|
16
|
+
spec.homepage = 'http://dradis.com'
|
|
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
|
spec.add_dependency 'dradis-plugins', '~> 4.0'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dradis-json
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.
|
|
4
|
+
version: 4.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rachael Korinek
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-09-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: dradis-plugins
|
|
@@ -67,8 +67,7 @@ dependencies:
|
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0'
|
|
69
69
|
description: This plugin allows you to export your Dradis results in JSON format.
|
|
70
|
-
email:
|
|
71
|
-
- rachael.korinek@gmail.com
|
|
70
|
+
email:
|
|
72
71
|
executables: []
|
|
73
72
|
extensions: []
|
|
74
73
|
extra_rdoc_files: []
|
|
@@ -97,7 +96,7 @@ files:
|
|
|
97
96
|
- lib/tasks/thorfile.rb
|
|
98
97
|
- spec/json_export_spec.rb
|
|
99
98
|
- spec/spec_helper.rb
|
|
100
|
-
homepage: http://
|
|
99
|
+
homepage: http://dradis.com
|
|
101
100
|
licenses:
|
|
102
101
|
- GPL-2
|
|
103
102
|
metadata: {}
|