dradis-projects 4.3.0 → 4.4.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
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c3d0a8a8397feef5b187b8cee9ab564da2c6b2d3f4eaf3efd9e56190cd0a51ee
|
4
|
+
data.tar.gz: 9db92c7794b12cbc49cbc1cd752f3fe6e55b37431f2cb6c0159340c2df89244c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e441f22feb160da230c0a4f9e9678cc328e0d66a9cc88baaa6780bf907d970e97764b7575dadf2713cf8ff7736002706f6a92c9a0516217d65eb9da6aace3e6
|
7
|
+
data.tar.gz: 803a69e3af1176d4da9cd4a9f4d4ed1edd28f72feb5d99820df41ec9efe8ad34af3c242cb2d197721f56bbea9306bffe49913956d21a416ff0f39ae687eabf08
|
data/CHANGELOG.md
CHANGED
@@ -12,6 +12,9 @@ module Dradis::Plugins::Projects::Upload
|
|
12
12
|
# In this module you will find the implementation details that enable you to
|
13
13
|
# upload a project archive (generated using ProjectExport::Processor::full_project)
|
14
14
|
class Importer < Dradis::Plugins::Upload::Importer
|
15
|
+
def self.templates
|
16
|
+
{ }
|
17
|
+
end
|
15
18
|
|
16
19
|
def import(params={})
|
17
20
|
package = params[:file]
|
@@ -12,6 +12,10 @@ module Dradis::Plugins::Projects::Upload
|
|
12
12
|
class Importer < Dradis::Plugins::Upload::Importer
|
13
13
|
attr_accessor :lookup_table, :template_version
|
14
14
|
|
15
|
+
def self.templates
|
16
|
+
{ }
|
17
|
+
end
|
18
|
+
|
15
19
|
# The import method is invoked by the framework to process a template file
|
16
20
|
# that has just been uploaded using the 'Import from file...' dialog.
|
17
21
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dradis-projects
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
4
|
+
version: 4.4.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: 2022-
|
11
|
+
date: 2022-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -159,7 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
159
159
|
- !ruby/object:Gem::Version
|
160
160
|
version: '0'
|
161
161
|
requirements: []
|
162
|
-
rubygems_version: 3.
|
162
|
+
rubygems_version: 3.2.32
|
163
163
|
signing_key:
|
164
164
|
specification_version: 4
|
165
165
|
summary: Project export/upload for the Dradis Framework.
|