Sha256: 31a287d10e8284bfd1b3fe1e873dbe4d9f73131bfca599b1f9b4d2df48e16812
Contents?: true
Size: 609 Bytes
Versions: 1
Compression:
Stored size: 609 Bytes
Contents
Gem::Specification.new do |spec| spec.name = 'rubocul' spec.version = '3.0.0' 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', '3.0.2' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubocul-3.0.0 | rubocul.gemspec |