dradis-json 3.12.0 → 3.17.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
- SHA1:
3
- metadata.gz: 96a6a9ae38ced47ebbdd17b0c5e6e898708eb8ed
4
- data.tar.gz: 5cb5a4f27276b942fdca5a4019d1dc272ff56451
2
+ SHA256:
3
+ metadata.gz: e820cc10efe5fd2e5593413be9ab3a9913ff18a6a6fec0c37d4139e924114863
4
+ data.tar.gz: 58c420a39ac871cab89fcfb97a955096110639788349bfe0621b948a6a1474ed
5
5
  SHA512:
6
- metadata.gz: ce381c63ee9ecaf2eb25d3a4157a402ff2d545e65eb6478449b5429a9400fccd5e4ba94f403367849e0b5da1df794fe45602412d6aea79e1b7954821e1856cae
7
- data.tar.gz: 5cc6ce26efbe81f2010a22f5bfa24f984601514eac94a81cc63093ae7d9865b6ce277f17e48a61c4d9a12af3cef8a65f00949679bfd423cb41837ecda5c6a542
6
+ metadata.gz: 898653742e2e2d07f1a01cc0a1238d926118d01edce41649b2d905d2c6b05254b38331d8d471dd412a3a4c5c673d6e3373594e7084a05b3b57dc9816f46cf65c
7
+ data.tar.gz: 6b6aa8ae342fc926f26a1578c9b336533b2c72a141bc18f6fae0409bf6e36303807a752bb6626887a0e1783f6b1ff4018f2e6bb8160b570c8a97a6331f9d4f65
@@ -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,23 @@
1
+ ## Dradis Framework 3.17 (May, 2020) ##
2
+
3
+ * No changes
4
+
5
+ ## Dradis Framework 3.16 (February, 2020) ##
6
+
7
+ * No changes
8
+
9
+ ## Dradis Framework 3.15 (December, 2019) ##
10
+
11
+ * No changes
12
+
13
+ ## Dradis Framework 3.14 (August, 2019) ##
14
+
15
+ * No changes
16
+
17
+ ## Dradis Framework 3.13 (June, 2019) ##
18
+
19
+ * No changes
20
+
1
21
  ## Dradis Framework 3.12 (April, 2019) ##
2
22
 
3
23
  * No changes
@@ -8,7 +8,7 @@ module Dradis
8
8
 
9
9
  module VERSION
10
10
  MAJOR = 3
11
- MINOR = 12
11
+ MINOR = 17
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-json
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.12.0
4
+ version: 3.17.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: 2019-04-01 00:00:00.000000000 Z
11
+ date: 2020-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dradis-plugins
@@ -73,6 +73,8 @@ executables: []
73
73
  extensions: []
74
74
  extra_rdoc_files: []
75
75
  files:
76
+ - ".github/issue_template.md"
77
+ - ".github/pull_request_template.md"
76
78
  - ".gitignore"
77
79
  - CHANGELOG.md
78
80
  - CONTRIBUTING.md
@@ -111,8 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
113
  - !ruby/object:Gem::Version
112
114
  version: '0'
113
115
  requirements: []
114
- rubyforge_project:
115
- rubygems_version: 2.6.12
116
+ rubygems_version: 3.1.4
116
117
  signing_key:
117
118
  specification_version: 4
118
119
  summary: JSON export plugin for the Dradis Framework.