dradis-zap 3.13.0 → 3.14.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
- SHA1:
3
- metadata.gz: fe40dad2d5754cfeabb1fd076f03007dfd20e471
4
- data.tar.gz: b73b28bbafa353c86a0972d2b6e8756ea89cd0d4
2
+ SHA256:
3
+ metadata.gz: 6b235c2330349828659e0b00e27aa71463d415a0e3e242a4d616454a48557cc2
4
+ data.tar.gz: a013e248c4c18bd36b50bb3a9f32de5db9dcf531e63c866b9961d27f6a9fb7c3
5
5
  SHA512:
6
- metadata.gz: adff35cf8828a608c10f5a6b3624c8f615d70d534a8809b3a604affd80317cedf2d36d086c7626a8e72fcbfe73d34db78a2a7ecadea4e07bdb911677216e5c1a
7
- data.tar.gz: db99d8e4e6d66bf1635cc298707fdbdb28f1cedf7b12cd78a3ef2aaa08ec8b2f6b9adefade77dd831b5c6e81425b3fcfd4640879ce07bb88facc5134ae92513a
6
+ metadata.gz: 1e6cb45d553d92639b32cb64251a01418a2a64f2d74867966a6647db7ee263e47786fc07f98041a9f6a1d1b4d5e878866bc7617129a30b1b63d49ec31acfd432
7
+ data.tar.gz: 020f81b72a76afd3cdec3790e5ff005512c73fbbd122aae4f685a07e63978722106753251510d5e4140cdb1183814c9fa168b93ea94a8cab7abbbe46c4b0b30d
@@ -0,0 +1,16 @@
1
+ ### Steps to reproduce
2
+
3
+ Help us help you, how can we reproduce the problem?
4
+
5
+ ### Expected behavior
6
+ Tell us what should happen
7
+
8
+ ### Actual behavior
9
+ Tell us what happens instead
10
+
11
+ ### System configuration
12
+ **Dradis version**:
13
+
14
+ **Ruby version**:
15
+
16
+ **OS version**:
@@ -0,0 +1,36 @@
1
+ ### Summary
2
+
3
+ Provide a general description of the code changes in your pull
4
+ request... were there any bugs you had fixed? If so, mention them. If
5
+ these bugs have open GitHub issues, be sure to tag them here as well,
6
+ to keep the conversation linked together.
7
+
8
+
9
+ ### Other Information
10
+
11
+ If there's anything else that's important and relevant to your pull
12
+ request, mention that information here. This could include
13
+ benchmarks, or other information.
14
+
15
+ Thanks for contributing to Dradis!
16
+
17
+
18
+ ### Copyright assignment
19
+
20
+ Collaboration is difficult with commercial closed source but we want
21
+ to keep as much of the OSS ethos as possible available to users
22
+ who want to fix it themselves.
23
+
24
+ In order to unambiguously own and sell Dradis Framework commercial
25
+ products, we must have the copyright associated with the entire
26
+ codebase. Any code you create which is merged must be owned by us.
27
+ That's not us trying to be a jerks, that's just the way it works.
28
+
29
+ Please review the [CONTRIBUTING.md](https://github.com/dradis/dradis-ce/blob/master/CONTRIBUTING.md)
30
+ file for the details.
31
+
32
+ You can delete this section, but the following sentence needs to
33
+ remain in the PR's description:
34
+
35
+ > I assign all rights, including copyright, to any future Dradis
36
+ > work by myself to Security Roots.
@@ -1,3 +1,7 @@
1
+ ## Dradis Framework 3.14 (August, 2019) ##
2
+
3
+ * No changes.
4
+
1
5
  ## Dradis Framework 3.13 (June, 2019) ##
2
6
 
3
7
  * No changes.
@@ -8,7 +8,7 @@ module Dradis
8
8
 
9
9
  module VERSION
10
10
  MAJOR = 3
11
- MINOR = 13
11
+ MINOR = 14
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: 3.13.0
4
+ version: 3.14.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: 2019-06-10 00:00:00.000000000 Z
11
+ date: 2019-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dradis-plugins
@@ -102,6 +102,8 @@ executables: []
102
102
  extensions: []
103
103
  extra_rdoc_files: []
104
104
  files:
105
+ - ".github/issue_template.md"
106
+ - ".github/pull_request_template.md"
105
107
  - ".gitignore"
106
108
  - CHANGELOG.md
107
109
  - CONTRIBUTING.md
@@ -145,8 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
145
147
  - !ruby/object:Gem::Version
146
148
  version: '0'
147
149
  requirements: []
148
- rubyforge_project:
149
- rubygems_version: 2.6.12
150
+ rubygems_version: 3.0.3
150
151
  signing_key:
151
152
  specification_version: 4
152
153
  summary: ZAP add-on for the Dradis Framework.