# -*- encoding: utf-8 -*- # stub: puppet-check 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "puppet-check".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Matt Schuchard".freeze] s.date = "2016-05-14" s.description = "Puppet Check is a gem that provides a comprehensive, streamlined, and efficient analysis of the syntax, style, and validity of your entire Puppet code and data.".freeze s.executables = ["puppet-check".freeze] s.files = [".rubocop.yml".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Dockerfile".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "Vagrantfile".freeze, "bin/puppet-check".freeze, "config.reek".freeze, "images/puppetcheck_new.png".freeze, "images/puppetcheck_old.odp".freeze, "images/puppetcheck_old.png".freeze, "lib/puppet-check.rb".freeze, "lib/puppet-check/cli.rb".freeze, "lib/puppet-check/data_parser.rb".freeze, "lib/puppet-check/puppet_parser.rb".freeze, "lib/puppet-check/ruby_parser.rb".freeze, "lib/puppet-check/tasks.rb".freeze, "lib/puppet-check/utils.rb".freeze, "puppet-check.gemspec".freeze, "spec/fixtures/foobarbaz".freeze, "spec/fixtures/hieradata/good.json".freeze, "spec/fixtures/hieradata/good.yaml".freeze, "spec/fixtures/hieradata/style.yaml".freeze, "spec/fixtures/hieradata/syntax.json".freeze, "spec/fixtures/hieradata/syntax.yaml".freeze, "spec/fixtures/lib/good.rb".freeze, "spec/fixtures/lib/rubocop_style.rb".freeze, "spec/fixtures/lib/style.rb".freeze, "spec/fixtures/lib/syntax.rb".freeze, "spec/fixtures/librarian_good/Puppetfile".freeze, "spec/fixtures/librarian_style/Puppetfile".freeze, "spec/fixtures/librarian_syntax/Puppetfile".freeze, "spec/fixtures/manifests/good.pp".freeze, "spec/fixtures/manifests/style_lint.pp".freeze, "spec/fixtures/manifests/style_parser.pp".freeze, "spec/fixtures/manifests/syntax.pp".freeze, "spec/fixtures/metadata_good/metadata.json".freeze, "spec/fixtures/metadata_style/metadata.json".freeze, "spec/fixtures/metadata_syntax/metadata.json".freeze, "spec/fixtures/templates/good.epp".freeze, "spec/fixtures/templates/good.erb".freeze, "spec/fixtures/templates/no_method_error.erb".freeze, "spec/fixtures/templates/style.erb".freeze, "spec/fixtures/templates/syntax.epp".freeze, "spec/fixtures/templates/syntax.erb".freeze, "spec/integration/integration_spec.rb".freeze, "spec/puppet-check/cli_spec.rb".freeze, "spec/puppet-check/data_parser_spec.rb".freeze, "spec/puppet-check/puppet_parser_spec.rb".freeze, "spec/puppet-check/ruby_parser_spec.rb".freeze, "spec/puppet-check/utils_spec.rb".freeze, "spec/puppet-check_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://www.github.com/mschuchard/puppet-check".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A streamlined comprehensive set of checks for your entire Puppet code and data".freeze s.test_files = ["spec/fixtures/foobarbaz".freeze, "spec/fixtures/hieradata/good.json".freeze, "spec/fixtures/hieradata/good.yaml".freeze, "spec/fixtures/hieradata/style.yaml".freeze, "spec/fixtures/hieradata/syntax.json".freeze, "spec/fixtures/hieradata/syntax.yaml".freeze, "spec/fixtures/lib/good.rb".freeze, "spec/fixtures/lib/rubocop_style.rb".freeze, "spec/fixtures/lib/style.rb".freeze, "spec/fixtures/lib/syntax.rb".freeze, "spec/fixtures/librarian_good/Puppetfile".freeze, "spec/fixtures/librarian_style/Puppetfile".freeze, "spec/fixtures/librarian_syntax/Puppetfile".freeze, "spec/fixtures/manifests/good.pp".freeze, "spec/fixtures/manifests/style_lint.pp".freeze, "spec/fixtures/manifests/style_parser.pp".freeze, "spec/fixtures/manifests/syntax.pp".freeze, "spec/fixtures/metadata_good/metadata.json".freeze, "spec/fixtures/metadata_style/metadata.json".freeze, "spec/fixtures/metadata_syntax/metadata.json".freeze, "spec/fixtures/templates/good.epp".freeze, "spec/fixtures/templates/good.erb".freeze, "spec/fixtures/templates/no_method_error.erb".freeze, "spec/fixtures/templates/style.erb".freeze, "spec/fixtures/templates/syntax.epp".freeze, "spec/fixtures/templates/syntax.erb".freeze, "spec/integration/integration_spec.rb".freeze, "spec/puppet-check/cli_spec.rb".freeze, "spec/puppet-check/data_parser_spec.rb".freeze, "spec/puppet-check/puppet_parser_spec.rb".freeze, "spec/puppet-check/ruby_parser_spec.rb".freeze, "spec/puppet-check/utils_spec.rb".freeze, "spec/puppet-check_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.2".freeze, "< 5".freeze]) s.add_runtime_dependency(%q.freeze, [">= 9".freeze, "< 13".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) end