dradis-html_export 3.3.3 → 3.3.4

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
  SHA1:
3
- metadata.gz: c943d2f0df6d1d569029c88a7fba93bd31f3ca93
4
- data.tar.gz: 12215858a6169d3cdb075b715cd28e63ed234053
3
+ metadata.gz: 999b958ac30198a59e0fc400882c69392ec36143
4
+ data.tar.gz: 1b318b737692ac8462e2ed3c330aae379ea7d2cd
5
5
  SHA512:
6
- metadata.gz: 885dd4723d8496dca465b58a3f4361af70a2a93f9e4c1846afebd71b0996473672e4b0623d141c800d3aac58b0480d44a41f5c1a83ba983e935449862cc11dce
7
- data.tar.gz: 0404a5cad2390c92e62d88da90f8cd7de469781b6ee7aee6a66886b5defe7f7164e5033ccccc72671689921ab11e42108f8b64f9a72ed23ce9c58907e7861e92
6
+ metadata.gz: ca7c0c4fddf70e6310734ada7f6d2c7803f1f5c76ea7f5957ff3a333ff91e35e29175edae785ed804edb45e8d04c7ca20dfced98d60d323a01e05d63034c54e5
7
+ data.tar.gz: f4d5b842a2b58e936ac2d060d9979707386908d1e4a247d1856152fd41bf1f9a078540b2542c8166606d6d74983cd19b620f01e16e1040eb9adf0ecec83d2816
@@ -42,8 +42,9 @@ module Dradis
42
42
  logger.debug{ "Done." }
43
43
  end
44
44
 
45
- # FIXME: This is an ugly piece of code
46
- nodes = issues.map(&:evidence).map(&:node).uniq rescue []
45
+ # FIXME: This is an ugly piece of code and the list of nodes should
46
+ # come from the ContentService.
47
+ nodes = issues.map(&:evidence).flatten.map(&:node).uniq
47
48
 
48
49
  logger.debug{ "Found #{issues.count} issues affecting #{nodes.count} nodes" }
49
50
  else
@@ -9,7 +9,7 @@ module Dradis
9
9
  module VERSION
10
10
  MAJOR = 3
11
11
  MINOR = 3
12
- TINY = 3
12
+ TINY = 4
13
13
  PRE = nil
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
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.3.3
4
+ version: 3.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Martin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-08 00:00:00.000000000 Z
11
+ date: 2016-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dradis-plugins