dradis-calculator_dread 3.0.0 → 3.0.1

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: 416f659ea52444c4586d71222e6d7d3f26b4650d
4
- data.tar.gz: b71156b20151abfddba3d7bb842b217c5259994d
3
+ metadata.gz: 597b37d6ec812e19a1a361132751f95d63cea0bf
4
+ data.tar.gz: 1bb613b723a17899377e6782a83afb838811a834
5
5
  SHA512:
6
- metadata.gz: fdbfe4c6183c925a89acbc3dc51310a620f9df4521efb71622917222ac6ca897fd305e861803007b047716f1c78e0c9c7eae9d42df6a29ab1f3fedaa6b37c793
7
- data.tar.gz: ac2b54889f6f3c08c0200a8b3d9a6ce343b74eab20bbd8f1f259ac354498333929ec9ab966fe64394a769bcd8dc71416a2c3790d82b0b170a1506bbe8c3b235a
6
+ metadata.gz: 3a349ffe251b6b20e3835e13fcf86fb685c8a9aa3c1f1f299357736629f10f9ed0f42b37aa97810360e90e0788c347f8b66f88bd64beb71d7ea62f0a4ec0ea83
7
+ data.tar.gz: 75f2f24cf8b7a7c5a0b6e929934e3079ba88b84a1347a0828eafcec20369371eb3c5d222a3171463e4949a5fcfcbf79f71919b8650b712479b08171e263d5b59
@@ -1,8 +1,5 @@
1
1
  require 'dradis-plugins'
2
2
 
3
- require 'dradis/plugins/calculators/dread/engine'
4
- require 'dradis/plugins/calculators/dread/version'
5
-
6
3
  module Dradis
7
4
  module Plugins
8
5
  module Calculators
@@ -10,4 +7,7 @@ module Dradis
10
7
  end
11
8
  end
12
9
  end
13
- end
10
+ end
11
+
12
+ require 'dradis/plugins/calculators/dread/engine'
13
+ require 'dradis/plugins/calculators/dread/version'
@@ -10,7 +10,7 @@ module Dradis
10
10
  module VERSION
11
11
  MAJOR = 3
12
12
  MINOR = 0
13
- TINY = 0
13
+ TINY = 1
14
14
  PRE = nil
15
15
 
16
16
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dradis-calculator_dread
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Martin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-18 00:00:00.000000000 Z
11
+ date: 2014-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dradis-plugins