dradis-pdf_export 5.3.0 → 5.4.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 +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/dradis/plugins/pdf_export/gem_version.rb +1 -1
- metadata +1 -7
- data/.github/pull_request_template.md +0 -45
- data/.gitignore +0 -4
- data/CHANGELOG.template +0 -12
- data/CONTRIBUTING.md +0 -3
- data/Gemfile +0 -4
- data/dradis-pdf_export.gemspec +0 -33
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 48d6b5fa413421b4fa09a419ebb13aa459e991d0bc62642fa8dedca800067c0f
|
|
4
|
+
data.tar.gz: f0a476937eac203d0b167bc108920bdbe22093af4ef7c576770ac0859ec678b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e1f09fe13428505eab255a17749704476d9d98bef992c0d3d5d532d2179ca040e25cf21b3daedb90ff45d7b1d6dcfe2546052aec16065114cefb1173a238063
|
|
7
|
+
data.tar.gz: e632fcd350289550b9301ebeb5492e706cc5ded1eb55da62d48adbe2dd4341da2449145d479d08afacf12455a718877af4825a68e7c3374705c4d3f0fcea6f94
|
data/CHANGELOG.md
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dradis-pdf_export
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.
|
|
4
|
+
version: 5.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Martin
|
|
@@ -140,12 +140,7 @@ executables: []
|
|
|
140
140
|
extensions: []
|
|
141
141
|
extra_rdoc_files: []
|
|
142
142
|
files:
|
|
143
|
-
- ".github/pull_request_template.md"
|
|
144
|
-
- ".gitignore"
|
|
145
143
|
- CHANGELOG.md
|
|
146
|
-
- CHANGELOG.template
|
|
147
|
-
- CONTRIBUTING.md
|
|
148
|
-
- Gemfile
|
|
149
144
|
- LICENSE
|
|
150
145
|
- README.md
|
|
151
146
|
- Rakefile
|
|
@@ -154,7 +149,6 @@ files:
|
|
|
154
149
|
- app/views/dradis/plugins/pdf_export/export/_index-content.html.erb
|
|
155
150
|
- app/views/dradis/plugins/pdf_export/export/_index-tabs.html.erb
|
|
156
151
|
- config/routes.rb
|
|
157
|
-
- dradis-pdf_export.gemspec
|
|
158
152
|
- lib/dradis-pdf_export.rb
|
|
159
153
|
- lib/dradis/plugins/pdf_export.rb
|
|
160
154
|
- lib/dradis/plugins/pdf_export/engine.rb
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
Please review [CONTRIBUTING.md](https://github.com/dradis/dradis-ce/blob/develop/CONTRIBUTING.md) and remove this line.
|
|
2
|
-
|
|
3
|
-
### Summary
|
|
4
|
-
|
|
5
|
-
Provide a general description of the code changes in your pull
|
|
6
|
-
request... were there any bugs you had fixed? If so, mention them. If
|
|
7
|
-
these bugs have open GitHub issues, be sure to tag them here as well,
|
|
8
|
-
to keep the conversation linked together.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
### Testing Steps
|
|
12
|
-
|
|
13
|
-
Provide steps to test functionality, described in detail for someone not familiar with this part of the application / code base
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
### Other Information
|
|
17
|
-
|
|
18
|
-
If there's anything else that's important and relevant to your pull
|
|
19
|
-
request, mention that information here. This could include
|
|
20
|
-
benchmarks, or other information.
|
|
21
|
-
|
|
22
|
-
Thanks for contributing to Dradis!
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
### Copyright assignment
|
|
26
|
-
|
|
27
|
-
Collaboration is difficult with commercial closed source but we want
|
|
28
|
-
to keep as much of the OSS ethos as possible available to users
|
|
29
|
-
who want to fix it themselves.
|
|
30
|
-
|
|
31
|
-
In order to unambiguously own and sell Dradis Framework commercial
|
|
32
|
-
products, we must have the copyright associated with the entire
|
|
33
|
-
codebase. Any code you create which is merged must be owned by us.
|
|
34
|
-
That's not us trying to be a jerks, that's just the way it works.
|
|
35
|
-
|
|
36
|
-
You can delete this section, but the following sentence needs to
|
|
37
|
-
remain in the PR's description:
|
|
38
|
-
|
|
39
|
-
> I assign all rights, including copyright, to any future Dradis
|
|
40
|
-
> work by myself to Security Roots.
|
|
41
|
-
|
|
42
|
-
### Check List
|
|
43
|
-
|
|
44
|
-
- [ ] Added a CHANGELOG entry
|
|
45
|
-
- [ ] Added specs
|
data/.gitignore
DELETED
data/CHANGELOG.template
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
[v#.#.#] ([month] [YYYY])
|
|
2
|
-
- [future tense verb] [feature]
|
|
3
|
-
- Upgraded gems:
|
|
4
|
-
- [gem]
|
|
5
|
-
- Bugs fixes:
|
|
6
|
-
- [future tense verb] [bug fix]
|
|
7
|
-
- Bug tracker items:
|
|
8
|
-
- [item]
|
|
9
|
-
- Security Fixes:
|
|
10
|
-
- High: (Authenticated|Unauthenticated) (admin|author|contributor) [vulnerability description]
|
|
11
|
-
- Medium: (Authenticated|Unauthenticated) (admin|author|contributor) [vulnerability description]
|
|
12
|
-
- Low: (Authenticated|Unauthenticated) (admin|author|contributor) [vulnerability description]
|
data/CONTRIBUTING.md
DELETED
data/Gemfile
DELETED
data/dradis-pdf_export.gemspec
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
# -*- encoding: utf-8 -*-
|
|
2
|
-
|
|
3
|
-
require File.expand_path('../lib/dradis/plugins/pdf_export/version', __FILE__)
|
|
4
|
-
version = Dradis::Plugins::PdfExport::version
|
|
5
|
-
|
|
6
|
-
Gem::Specification.new do |spec|
|
|
7
|
-
spec.platform = Gem::Platform::RUBY
|
|
8
|
-
spec.name = 'dradis-pdf_export'
|
|
9
|
-
spec.version = version
|
|
10
|
-
spec.required_ruby_version = '>= 1.9.3'
|
|
11
|
-
spec.license = 'GPL-2'
|
|
12
|
-
|
|
13
|
-
spec.authors = ['Daniel Martin']
|
|
14
|
-
spec.description = 'Export to PDF plugin for the Dradis Framework'
|
|
15
|
-
spec.summary = 'Dradis PDF export plugin'
|
|
16
|
-
spec.homepage = 'https://dradis.com/support/guides/reporting/pdf_reports.html'
|
|
17
|
-
|
|
18
|
-
spec.files = `git ls-files`.split($\)
|
|
19
|
-
spec.executables = spec.files.grep(%r{^bin/}).map { |f| File.basename(f) }
|
|
20
|
-
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
21
|
-
spec.require_paths = ['lib']
|
|
22
|
-
|
|
23
|
-
spec.add_dependency 'dradis-plugins', '>= 4.8.0'
|
|
24
|
-
spec.add_dependency 'prawn', '~> 2.5'
|
|
25
|
-
spec.add_dependency 'prawn-table', '~> 0.2.2'
|
|
26
|
-
|
|
27
|
-
spec.add_development_dependency 'capybara', '~> 1.1.3'
|
|
28
|
-
spec.add_development_dependency 'database_cleaner'
|
|
29
|
-
spec.add_development_dependency 'factory_girl_rails'
|
|
30
|
-
spec.add_development_dependency 'rake', '>= 12.3.3'
|
|
31
|
-
spec.add_development_dependency 'rspec-rails', '~> 2.11.0'
|
|
32
|
-
spec.add_development_dependency 'sqlite3'
|
|
33
|
-
end
|