Sha256: 0bac5381c8e951d35d54cb52214689cf07fa96e8f09808914089c494f79a18a8

Contents?: true

Size: 479 Bytes

Versions: 1

Compression:

Stored size: 479 Bytes

Contents

Gem::Specification.new do |spec|
  spec.name     = 'rubocop-chromebrew'
  spec.summary  = 'A RuboCop extension for Chromebrew-specific practices.'
  spec.version  = '0.0.1'
  spec.license  = 'GPL-3.0-or-later'
  spec.author   = 'Zopolis4'
  spec.email    = 'creatorsmithmdt@gmail.com'
  spec.homepage = 'https://github.com/Zopolis4/rubocop-chromebrew'

  spec.files         = `git ls-files`.split("\n")
  spec.require_paths = ['lib']

  spec.add_runtime_dependency 'rubocop'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocop-chromebrew-0.0.1 rubocop-chromebrew.gemspec