puppet-sec-lint 0.5.1 → 0.5.2
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/exe/puppet-sec-lint +2 -1
- data/lib/puppet-sec-lint/version.rb +1 -1
- data/puppet-sec-lint-0.5.1.gem +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7e61e48e8ce03fc430d83b1a0f5b9cfada3d7b262e8f47448b9369b00aac63e3
|
|
4
|
+
data.tar.gz: aa52fde369ed172e27ace8dad392b27542f50ea0a13d8c8b8adaf345b125af53
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: be4eb0c164d02a116375bb4fbc882d84149228adedabcffe4bc8cc847327e5e75effd50ba4e418a50bed4bd62096653621770b29322ebcd00116dfd82523a23b
|
|
7
|
+
data.tar.gz: 0e5c81587012e4be56caf3f8b11315ae336f161c3f614730601f9be71dfa7769f3c506548a53fdd8f889d9683aa559dc9fa7f11f00df7f90b463465d451a59d2
|
data/exe/puppet-sec-lint
CHANGED
|
@@ -88,7 +88,8 @@ if ARGV[0].nil? || options[:configurations]
|
|
|
88
88
|
puts "\nLaunching configurations page at #{conf_page_url}...\n\n"
|
|
89
89
|
Launchy.open(conf_page_url)
|
|
90
90
|
else
|
|
91
|
-
puts "\nLinter configurations page available at #{conf_page_url}
|
|
91
|
+
puts "\nLinter configurations page available at #{conf_page_url}\n\n"
|
|
92
|
+
puts "-----------------------------------------------------------------------"
|
|
92
93
|
end
|
|
93
94
|
|
|
94
95
|
linter_server.join
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: puppet-sec-lint
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tiago Ribeiro
|
|
@@ -80,6 +80,7 @@ files:
|
|
|
80
80
|
- lib/test3.rb
|
|
81
81
|
- lib/test_new.rb
|
|
82
82
|
- lib/visitors/configuration_visitor.rb
|
|
83
|
+
- puppet-sec-lint-0.5.1.gem
|
|
83
84
|
- puppet-sec-lint.gemspec
|
|
84
85
|
homepage: https://github.com/TiagoR98/puppet-sec-lint
|
|
85
86
|
licenses:
|