dradis-json 4.17.0 → 4.18.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 +3 -0
- data/lib/dradis/plugins/json/gem_version.rb +1 -1
- metadata +3 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eb2ce04e6b339afae212d9b7edea99cf49f1b37e67593c497ab7ce023f2e6e6b
|
4
|
+
data.tar.gz: 0fffeb040250d094bba5418a0d85f6e3e512648a82a05ee625406012882b9b79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3ec45bca3b0cf57cb36637ef00424492964a1deec00d64c61ffa242820cd9b081800e6ef333ebf924f1c0e28914bf00fe2463ee0ac38c01309f56cf1a999226
|
7
|
+
data.tar.gz: 1685cfc7061261b2ee7048219543b7f2d1dc2dfac983ba51b954050b4a23d10e059c9df003681c88713673c965595d6156958dd4ec1eaa5f1921aee596295b13
|
data/CHANGELOG.md
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dradis-json
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
4
|
+
version: 4.18.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rachael Korinek
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: dradis-plugins
|
@@ -67,7 +66,6 @@ dependencies:
|
|
67
66
|
- !ruby/object:Gem::Version
|
68
67
|
version: '0'
|
69
68
|
description: This plugin allows you to export your Dradis results in JSON format.
|
70
|
-
email:
|
71
69
|
executables: []
|
72
70
|
extensions: []
|
73
71
|
extra_rdoc_files: []
|
@@ -100,7 +98,6 @@ homepage: http://dradis.com
|
|
100
98
|
licenses:
|
101
99
|
- GPL-2
|
102
100
|
metadata: {}
|
103
|
-
post_install_message:
|
104
101
|
rdoc_options: []
|
105
102
|
require_paths:
|
106
103
|
- lib
|
@@ -115,8 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
115
112
|
- !ruby/object:Gem::Version
|
116
113
|
version: '0'
|
117
114
|
requirements: []
|
118
|
-
rubygems_version: 3.
|
119
|
-
signing_key:
|
115
|
+
rubygems_version: 3.6.9
|
120
116
|
specification_version: 4
|
121
117
|
summary: JSON export plugin for the Dradis Framework.
|
122
118
|
test_files:
|