Sha256: cad6782c0bbaac1c156022f7f122a58cf16967d4a22f9ceb2ab8cafade9aff53

Contents?: true

Size: 1.26 KB

Versions: 23

Compression:

Stored size: 1.26 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'cookstyle/version'

Gem::Specification.new do |spec|
  spec.name          = 'cookstyle'
  spec.version       = Cookstyle::VERSION
  spec.authors       = ['Thom May', 'Tim Smith']
  spec.email         = ['thom@chef.io', 'tsmith@chef.io']
  spec.summary       = 'Cookstyle is a code linting tool that helps you to write better Chef Infra cookbooks by detecting and automatically correcting style, syntax, and logic mistakes in your code.'
  spec.license       = 'Apache-2.0'
  spec.required_ruby_version = '>= 2.4'

  # the gemspec and Gemfile are necessary for appbundling of the gem
  spec.files = %w(LICENSE cookstyle.gemspec Gemfile) + Dir.glob('{lib,bin,config}/**/*')
  spec.executables = %w(cookstyle)
  spec.require_paths = ['lib']

  spec.add_dependency('rubocop', Cookstyle::RUBOCOP_VERSION)

  spec.metadata = {
    'homepage_uri' => 'https://github.com/chef/cookstyle',
    'changelog_uri' => 'https://github.com/chef/cookstyle/blob/master/CHANGELOG.md',
    'source_code_uri' => 'https://github.com/chef/cookstyle',
    'documentation_uri' => 'https://docs.chef.io/cookstyle.html',
    'bug_tracker_uri' => 'https://github.com/chef/cookstyle/issues',
  }
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
cookstyle-6.11.4 cookstyle.gemspec
cookstyle-6.10.2 cookstyle.gemspec
cookstyle-6.9.0 cookstyle.gemspec
cookstyle-6.8.0 cookstyle.gemspec
cookstyle-6.7.3 cookstyle.gemspec
cookstyle-6.6.9 cookstyle.gemspec
cookstyle-6.5.3 cookstyle.gemspec
cookstyle-6.4.4 cookstyle.gemspec
cookstyle-5.23.0 cookstyle.gemspec
cookstyle-6.3.4 cookstyle.gemspec
cookstyle-6.2.9 cookstyle.gemspec
cookstyle-6.2.5 cookstyle.gemspec
cookstyle-6.1.6 cookstyle.gemspec
cookstyle-6.0.19 cookstyle.gemspec
cookstyle-5.22.6 cookstyle.gemspec
cookstyle-5.21.9 cookstyle.gemspec
cookstyle-5.20.0 cookstyle.gemspec
cookstyle-5.19.9 cookstyle.gemspec
cookstyle-5.18.4 cookstyle.gemspec
cookstyle-5.17.4 cookstyle.gemspec