dradis-mediawiki 3.13.0 → 3.18.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: 6a303734d5bfd5557a87520dd373161ae0ddc118
4
- data.tar.gz: b5838eddec172808ed1f0ccf420b8079982fbd2e
2
+ SHA256:
3
+ metadata.gz: 0eee631a2d0225e409cffbd5877227698461183c5ccce2503901c780e09f9ca8
4
+ data.tar.gz: 52b23acea8c5871432a30afede7439576d2f8a70b66c0847b6fa3c38d961f271
5
5
  SHA512:
6
- metadata.gz: 0a8fb50a06f415b74e5bf03bd036bcff709c710f8cf0e9f8a7eb26c35144b7f1055fb3d0aac3410c31d3cced58df7bbc6193a8878f4435f302d28fdb9893b3cf
7
- data.tar.gz: 0a113beaafd8fd5af114d7339c8ac4e9a9f00b6c7068a4f1127e12ea42cedc041f9dc789c9ff15d9f0d64cdadb115e51e1a36fc9451a5e323994e1044cd853e5
6
+ metadata.gz: 1c0fbcc89b0007534ecdcb0574768ee4d94f3f1127ab3b05e1b477d075acea25238ed93a291356763fc473a48586d42d3191076a2f31e4d5b4c3449dcc8da279
7
+ data.tar.gz: cebd6c29f095abcd1a94035e0dc4a07a37298d85d4a4b8f9b752f713f42b78f781a318c5c3da3d2dd15dfb5ed26b70186105bb03c398d6bef7fda926f492e1d6
@@ -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.18 (July, 2020) ##
2
+
3
+ * No changes
4
+
5
+ ## Dradis Framework 3.17 (May, 2020) ##
6
+
7
+ * No changes
8
+
9
+ ## Dradis Framework 3.16 (February, 2020) ##
10
+
11
+ * No changes
12
+
13
+ ## Dradis Framework 3.15 (November, 2019) ##
14
+
15
+ * No changes
16
+
17
+ ## Dradis Framework 3.14 (August, 2019) ##
18
+
19
+ * No changes
20
+
1
21
  ## Dradis Framework 3.13 (June, 2019) ##
2
22
 
3
23
  * No changes
@@ -9,7 +9,7 @@ module Dradis
9
9
 
10
10
  module VERSION
11
11
  MAJOR = 3
12
- MINOR = 13
12
+ MINOR = 18
13
13
  TINY = 0
14
14
  PRE = nil
15
15
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dradis-mediawiki
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.13.0
4
+ version: 3.18.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: 2020-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dradis-plugins
@@ -60,6 +60,8 @@ executables: []
60
60
  extensions: []
61
61
  extra_rdoc_files: []
62
62
  files:
63
+ - ".github/issue_template.md"
64
+ - ".github/pull_request_template.md"
63
65
  - ".rspec"
64
66
  - CHANGELOG.md
65
67
  - CONTRIBUTING.md
@@ -167,8 +169,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
167
169
  - !ruby/object:Gem::Version
168
170
  version: '0'
169
171
  requirements: []
170
- rubyforge_project:
171
- rubygems_version: 2.6.12
172
+ rubygems_version: 3.1.2
172
173
  signing_key:
173
174
  specification_version: 4
174
175
  summary: MediaWiki add-on for the Dradis Framework.