puppet-sec-lint 0.5.3 → 0.5.4
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/lib/puppet-sec-lint/version.rb +1 -1
- data/puppet-sec-lint-0.5.3.gem +0 -0
- data/puppet-sec-lint.gemspec +7 -7
- 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: 2850bdecbe0ccb653502af8e0d1424a22458ac0091bad4e962d2d7cf7092e74b
|
|
4
|
+
data.tar.gz: 8007be664427c27b319debc9710507bec935a8a83b337e0a36abbc0859e11ec8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f0eedcdfb66d8b54cdc28e47692f0423f210e896325de72d3bd10b904797b4529d5336ab0ac59d681dfbdc03a4eff54d34c7646941a4245e5d3c877a41f9b06
|
|
7
|
+
data.tar.gz: bfd09baaa7a01b95ffdb3da116bc921344f4824aad9a27bd1c75b4f7f93c22dee5d8c929dcf5a1fcd38e940d366cac975b18d228f24072d9abd004ca1cb19eea
|
|
Binary file
|
data/puppet-sec-lint.gemspec
CHANGED
|
@@ -30,13 +30,13 @@ Gem::Specification.new do |spec|
|
|
|
30
30
|
spec.require_paths = ["lib"]
|
|
31
31
|
|
|
32
32
|
# Uncomment to register a new dependency of your gem
|
|
33
|
-
spec.
|
|
34
|
-
spec.
|
|
35
|
-
spec.
|
|
36
|
-
spec.
|
|
37
|
-
spec.
|
|
38
|
-
spec.
|
|
39
|
-
spec.
|
|
33
|
+
spec.add_runtime_dependency 'puppet-lint', '~> 2.4', '>= 2.4.2'
|
|
34
|
+
spec.add_runtime_dependency 'rake', '~> 13.0'
|
|
35
|
+
spec.add_runtime_dependency 'minitest', '~> 5.0'
|
|
36
|
+
spec.add_runtime_dependency 'rack', '~> 2.2.3'
|
|
37
|
+
spec.add_runtime_dependency 'thin', '~> 1.8.0'
|
|
38
|
+
spec.add_runtime_dependency 'inifile', '~> 3.0.0'
|
|
39
|
+
spec.add_runtime_dependency 'launchy', '~> 2.5.0'
|
|
40
40
|
|
|
41
41
|
# For more information and examples about making a new gem, checkout our
|
|
42
42
|
# guide at: https://bundler.io/guides/creating_gem.html
|
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.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tiago Ribeiro
|
|
@@ -185,6 +185,7 @@ files:
|
|
|
185
185
|
- lib/test3.rb
|
|
186
186
|
- lib/test_new.rb
|
|
187
187
|
- lib/visitors/configuration_visitor.rb
|
|
188
|
+
- puppet-sec-lint-0.5.3.gem
|
|
188
189
|
- puppet-sec-lint.gemspec
|
|
189
190
|
homepage: https://github.com/TiagoR98/puppet-sec-lint
|
|
190
191
|
licenses:
|