Sha256: d75059688b4ef513760fd0f0ca42a82a928452807dc35954e09e3fbea7c60bd1

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.2.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.2.1 rubocop-bitcrowd.gemspec