Sha256: 233a51755964f078ea462ff187b00e6ab27e63465627549d80f1ef87f2de01aa

Contents?: true

Size: 828 Bytes

Versions: 1

Compression:

Stored size: 828 Bytes

Contents

Gem::Specification.new do |spec|
  spec.name          = 'rubocop-bitcrowd'
  spec.version       = '1.1.1'
  spec.authors       = ['bitcrowd']
  spec.email         = ['info@bitcrowd.net']

  spec.summary       = 'The bitcrowd rubocop.yml as a gem.'
  spec.description   = 'Use this as a quick start to get rubocop with the '\
                       'settings we use at bitcrowd into your project'
  spec.homepage      = 'https://github.com/bitcrowd/rubocop-bitcrowd'
  spec.license       = 'MIT'

  spec.files = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
  spec.bindir        = 'exe'
  spec.executables   = 'rubocop-autofix'

  spec.add_development_dependency 'bundler', '~> 1.14'
  spec.add_development_dependency 'rake', '~> 10.0'
  spec.add_development_dependency 'rubocop'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocop-bitcrowd-1.1.1 rubocop-bitcrowd.gemspec