dradis-saint 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: c0d92f8726ee153b0b47a7144ebe68cccbd5deaf
4
- data.tar.gz: 486a0892126b2c64458ef4aa1efbc88eead3919d
2
+ SHA256:
3
+ metadata.gz: d71bad195d760322ed28d82c31140338e2762bd99ed676eb9562082c930c9364
4
+ data.tar.gz: a12410d2036f91ac604f2a5b58aba4c0f6a6a59f17b1315af0944c61cfe003bb
5
5
  SHA512:
6
- metadata.gz: '08db748895024205fb52915b2b6de79f009dd4e5597a237f78e506c9ee34ff79cae40a4d2bc5bfac5db835fb74cf10a6d1c2943a29464285462bf17b9e9ac03e'
7
- data.tar.gz: bdd2b46bb8a61b5f8c282b7e7374f7db67cdd950675c2e2d5f49c95def739730fdae96eff344ad4622c210c6737c15144cda46bb81cf006b97cb0181bcb4c618
6
+ metadata.gz: 373985f9145786293a842000a4b44e65f61dbecb41de938fb04a3c4e19948fd79c5df5aae0d8649243bd4ab10c77e871787e7502f419e3ab3abbe8b7ae359e3b
7
+ data.tar.gz: e17e3e489c7257b3774ccecb0d54bc8591662d2d7b610ae361080f586e5e50444e29b55de0d09fdb89f3588da6b0f375b0bf7533ded79afb86c4c66cd8baa567
@@ -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
+ * Upgrade rake version.
8
+
9
+ ## Dradis Framework 3.16 (February, 2020) ##
10
+
11
+ * Upgrade rake version.
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.
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
20
20
 
21
21
  s.add_dependency 'dradis-plugins', '~> 3.8'
22
22
  s.add_dependency 'nokogiri'
23
- s.add_dependency 'rake', '~> 12.0'
23
+ s.add_dependency 'rake', '~> 13.0'
24
24
 
25
25
  s.add_development_dependency 'bundler', '~> 1.6'
26
26
  s.add_dependency 'combustion', '~> 0.6.0'
@@ -7,7 +7,7 @@ module Dradis
7
7
 
8
8
  module VERSION
9
9
  MAJOR = 3
10
- MINOR = 13
10
+ MINOR = 18
11
11
  TINY = 0
12
12
  PRE = nil
13
13
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dradis-saint
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
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '12.0'
47
+ version: '13.0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '12.0'
54
+ version: '13.0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: bundler
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -101,6 +101,8 @@ executables: []
101
101
  extensions: []
102
102
  extra_rdoc_files: []
103
103
  files:
104
+ - ".github/issue_template.md"
105
+ - ".github/pull_request_template.md"
104
106
  - ".gitignore"
105
107
  - CHANGELOG.md
106
108
  - CONTRIBUTING.md
@@ -157,8 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
157
159
  - !ruby/object:Gem::Version
158
160
  version: '0'
159
161
  requirements: []
160
- rubyforge_project:
161
- rubygems_version: 2.6.12
162
+ rubygems_version: 3.1.2
162
163
  signing_key:
163
164
  specification_version: 4
164
165
  summary: Saint upload add-on for Dradis Framework.