# -*- encoding: utf-8 -*- # stub: puppet-lint-strict_indent-check 2.0.8 ruby lib Gem::Specification.new do |s| s.name = "puppet-lint-strict_indent-check".freeze s.version = "2.0.8".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Vox Pupuli".freeze] s.date = "2021-07-25" s.description = " Extends puppet-lint to ensure that your manifests follow a strict indentation pattern.\n".freeze s.email = "voxpupuli@groups.io".freeze s.files = ["LICENSE".freeze, "README.md".freeze, "lib/puppet-lint/plugins/check_strict_indent.rb".freeze, "spec/fixtures/fail/1.pp".freeze, "spec/fixtures/fail/heredoc_extra.pp".freeze, "spec/fixtures/fail/heredoc_unsuficient.pp".freeze, "spec/fixtures/pass/1.pp".freeze, "spec/fixtures/pass/heredoc.pp".freeze, "spec/puppet-lint/plugins/check_strict_indent_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/voxpupuli/puppet-lint-strict_indent-check".freeze s.licenses = ["Mozilla 2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "puppet-lint strict indent check".freeze s.test_files = ["spec/fixtures/fail/1.pp".freeze, "spec/fixtures/fail/heredoc_extra.pp".freeze, "spec/fixtures/fail/heredoc_unsuficient.pp".freeze, "spec/fixtures/pass/1.pp".freeze, "spec/fixtures/pass/heredoc.pp".freeze, "spec/puppet-lint/plugins/check_strict_indent_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q<puppet-lint>.freeze, ["> 1.0".freeze]) s.add_development_dependency(%q<rspec>.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q<rspec-its>.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q<rspec-collection_matchers>.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q<rspec-json_expectations>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<rake>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<simplecov>.freeze, [">= 0".freeze]) end