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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2c75ec06021b919c8daf8dec13912c044a5bff527d3e3ea4f9b1c03dd00ca218
4
- data.tar.gz: 8ffbf00594099263843f1e696f0acc6a55d693f516b47cac72880cdc5fa423f1
3
+ metadata.gz: 7e61e48e8ce03fc430d83b1a0f5b9cfada3d7b262e8f47448b9369b00aac63e3
4
+ data.tar.gz: aa52fde369ed172e27ace8dad392b27542f50ea0a13d8c8b8adaf345b125af53
5
5
  SHA512:
6
- metadata.gz: ab18a79dfa394fd006e68066aafafaab2112ddbaac1fe0c55f9b1cae2e8a1c6f6dea187228b46a50b6b483133ca5bf68e6c7ed03ec8758078c88e2831212c5ce
7
- data.tar.gz: b019f6dea23cadb892b9f4d5a1c9069f2aaca737d5badfcf9d3bfd03a847940c27af3690adfd38711649838232924bfb4c88530477b38119e639433bbf732dc7
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} #{@port}\n\n"
91
+ puts "\nLinter configurations page available at #{conf_page_url}\n\n"
92
+ puts "-----------------------------------------------------------------------"
92
93
  end
93
94
 
94
95
  linter_server.join
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PuppetSecLint
4
- VERSION = "0.5.1"
4
+ VERSION = "0.5.2"
5
5
  YEAR = "2021"
6
6
  AUTHOR = "Tiago Ribeiro"
7
7
  end
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.1
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: