dradis-html_export 3.13.0 → 3.14.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: d59a2956d0e60bff6292cc581118db9407d49fb4
4
- data.tar.gz: 5ae8bc781be3e250547de65c397dca9b8d01e558
2
+ SHA256:
3
+ metadata.gz: 8eb7f0b4555855fa4f5268e8feb4da7970017a77edeb9850cb326a105e8f90a4
4
+ data.tar.gz: 3014f40d1cb04f132cfa33f0b6abf4764ae490c9578b34b06cc7c935ebf4db45
5
5
  SHA512:
6
- metadata.gz: dd0c4ab53d98ee4d182a5c5dc47909928bf238d4c939043a86efd1a1208a8d2f88d2b9d9a847da3c3931259f16a6b8d66c4ee1e0345594880b99feb90d751ecb
7
- data.tar.gz: 47e352724497b250e69a9160452385dbd76ccbc9f580f62d87306e95d87a1d7e1dcddd22f00e4e24874f42c75a29c4fcfbd9b1583cd01f8229faa696fb6a701b
6
+ metadata.gz: 5576d04307cfdef031c6f2476ec39fc7bf6b5445eda441b0afbab310640a750b83de05c796fbb259f3d12dfeccedf3692ad9ff0b346959b87c2826bc3b00ce41
7
+ data.tar.gz: a0307e3df84a7ba3859a81c6923e4cd82d455ceaf0bee3257357f6976ede16b154f7a59b9371fa2bf90068a4a6c8c97e46f09e8f9f7753e69693bbb9b7b3300d
@@ -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-html_export
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
@@ -59,6 +59,8 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
+ - ".github/issue_template.md"
63
+ - ".github/pull_request_template.md"
62
64
  - ".gitignore"
63
65
  - ".rspec"
64
66
  - ".travis.yml"
@@ -100,8 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
102
  - !ruby/object:Gem::Version
101
103
  version: '0'
102
104
  requirements: []
103
- rubyforge_project:
104
- rubygems_version: 2.6.12
105
+ rubygems_version: 3.0.3
105
106
  signing_key:
106
107
  specification_version: 4
107
108
  summary: Dradis HTML export plugin