Sha256: 58db97eb6b6f436112b0e814e684b3c10ed8474f0bb266caa8131ea6f5c96cbf

Contents?: true

Size: 609 Bytes

Versions: 1

Compression:

Stored size: 609 Bytes

Contents

Gem::Specification.new do |spec|
  spec.name          = 'rubocul'
  spec.version       = '2.0.2'
  spec.authors       = ["Carla Galarza", "Eric O'Hanlon", "Ben Armintor"]

  spec.summary       = 'A style configuration for Rubocop'
  spec.description   = 'Recommended Rubocop configuration for Ruby projects created by the Columbia University Libraries'
  spec.homepage      = 'http://github.com/cul/rubocul'

  spec.files         = `git ls-files`.split($OUTPUT_RECORD_SEPARATOR)
  spec.require_paths = ['lib']

  spec.add_development_dependency 'bundler', '~> 2.0'

  spec.add_dependency 'bixby', '2.0.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocul-2.0.2 rubocul.gemspec