Sha256: 58fda8b5eb5d70bd5f926343c7e5c901090c49c59ef773c915d5ec91fc038ac4
Contents?: true
Size: 930 Bytes
Versions: 5
Compression:
Stored size: 930 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'chefstyle/version' Gem::Specification.new do |spec| spec.name = "chefstyle" spec.version = Chefstyle::VERSION spec.authors = ["Thom May"] spec.email = ["thom@chef.io"] spec.summary = %q{Rubocop configuration for Chef's ruby projects} spec.homepage = "https://github.com/chef/chefstyle" spec.license = "Apache-2.0" spec.required_ruby_version = ">= 2.2" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.executables = %w[chefstyle] spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.10" spec.add_development_dependency "rake", "~> 12.0" spec.add_development_dependency "rspec" spec.add_dependency("rubocop", Chefstyle::RUBOCOP_VERSION) end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
chefstyle-0.10.0 | chefstyle.gemspec |
chefstyle-0.9.0 | chefstyle.gemspec |
chefstyle-0.8.0 | chefstyle.gemspec |
chefstyle-0.6.0 | chefstyle.gemspec |
chefstyle-0.5.0 | chefstyle.gemspec |