cfn-nag 0.0.18 → 0.0.19

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: 167b9ddba20a5fa469d15c3aaf0a3759503e8ee9
4
- data.tar.gz: ffba250d7d7929c7cfbcad43ad0573f99d16b8f9
3
+ metadata.gz: a6f51c774a431b7ee4eab98fa149a70ff1a283f1
4
+ data.tar.gz: 23e9f0da9f74d5ece4bc88ea95a17ffc243cfeeb
5
5
  SHA512:
6
- metadata.gz: 7a09226380b2020d11fb41e07a758095a7f05f89d87c62d734ff8e7bb5e76cbc36c9ddd565af84b271698c56d60a5fe42f0145618d4bc87d8eeec7384445d1df
7
- data.tar.gz: 738ccc891e94e19f4f8bfa50bbdeda2621319a13c3ad77d3939a6087f98d10bee517ec52cd4be1bd6bb5a03158e87813feb0bbe31db81e77ff81a90b16ae221b
6
+ metadata.gz: 97a5694d46ea7e28064cd460b5330bcdab08380e6499098d5002c06006caf4005adc43c085601eb3e5f188b09e4b468bf9b9ed61ab0344dc0de0d81f49836ba9
7
+ data.tar.gz: 394aa5251dd4975985c082a6014741e8c854a6d31c1d54b4fe2d6cd9177a97828efd906561b2243582aa41b85252c3b782c069fc61e47d32ef85ab8b3c46082e
@@ -14,7 +14,7 @@ class SimpleStdoutResults
14
14
  logical_resource_ids: violation.logical_resource_ids,
15
15
  violating_code: violation.violating_code
16
16
  end
17
- puts "\nViolations count: #{Rule::count_failures(result[:file_results][:violations])}"
17
+ puts "\nFailures count: #{Rule::count_failures(result[:file_results][:violations])}"
18
18
  puts "Warnings count: #{Rule::count_warnings(result[:file_results][:violations])}"
19
19
  end
20
20
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cfn-nag
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.18
4
+ version: 0.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - someguy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-02 00:00:00.000000000 Z
11
+ date: 2016-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logging
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
40
  version: 2.1.2
41
- description: Auditing tool for Cloudformation templates
41
+ description: Auditing tool for CloudFormation templates
42
42
  email:
43
43
  executables:
44
44
  - cfn_nag
@@ -75,8 +75,9 @@ files:
75
75
  - lib/result_view/simple_stdout_results.rb
76
76
  - lib/rule.rb
77
77
  - lib/violation.rb
78
- homepage:
79
- licenses: []
78
+ homepage: https://github.com/stelligent/cfn_nag
79
+ licenses:
80
+ - MIT
80
81
  metadata: {}
81
82
  post_install_message:
82
83
  rdoc_options: []
@@ -95,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
96
  version: '0'
96
97
  requirements: []
97
98
  rubyforge_project:
98
- rubygems_version: 2.5.1
99
+ rubygems_version: 2.6.2
99
100
  signing_key:
100
101
  specification_version: 4
101
102
  summary: cfn-nag