Sha256: 3c38ac80be1b3b839261af05ea7ff2e91980798aea3f93a153f6042522a506de

Contents?: true

Size: 593 Bytes

Versions: 1

Compression:

Stored size: 593 Bytes

Contents

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

  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.1 rubocul.gemspec