# -*- encoding: utf-8 -*- # stub: puppet-sec-lint 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "puppet-sec-lint".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "changelog_uri" => "https://github.com/TiagoR98/puppet-sec-lint", "homepage_uri" => "https://github.com/TiagoR98/puppet-sec-lint", "source_code_uri" => "https://github.com/TiagoR98/puppet-sec-lint" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Tiago Ribeiro".freeze] s.bindir = "exe".freeze s.date = "2021-04-11" s.description = "This is a more complete security linter for the puppet language".freeze s.email = ["tiago7b27@gmail.com".freeze] s.executables = ["puppet-sec-lint".freeze] s.files = [".github/workflows/main.yml".freeze, ".gitignore".freeze, ".idea/.gitignore".freeze, ".idea/modules.xml".freeze, ".idea/puppet-sec-lint.iml".freeze, ".idea/vcs.xml".freeze, "Architecture/Architecture.eap".freeze, "Architecture/Class Model.png".freeze, "Architecture/Component Model.png".freeze, "Architecture/See settings.png".freeze, "Architecture/VSCode Analyze.png".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "exe/puppet-sec-lint".freeze, "lib/configurations/boolean_configuration.rb".freeze, "lib/configurations/configuration.rb".freeze, "lib/configurations/list_configuration.rb".freeze, "lib/facades/configuration_file_facade.rb".freeze, "lib/facades/configuration_page_facade.rb".freeze, "lib/language_server.rb".freeze, "lib/lol.pp".freeze, "lib/puppet-sec-lint/version.rb".freeze, "lib/rule_engine.rb".freeze, "lib/rules/hard_coded_credentials_rule.rb".freeze, "lib/rules/no_http_rule.rb".freeze, "lib/rules/rule.rb".freeze, "lib/sin.rb".freeze, "lib/sin_type.rb".freeze, "lib/visitors/configuration_visitor.rb".freeze, "puppet-sec-lint-0.1.0.gem".freeze, "puppet-sec-lint.gemspec".freeze] s.homepage = "https://github.com/TiagoR98/puppet-sec-lint".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "This is a security linter for the puppet language".freeze end