Sha256: 5d2be3d281fbc3c8e22d2d60c3e7e6638d455ccc7de28cbea758b6203b6520f8
Contents?: true
Size: 624 Bytes
Versions: 1
Compression:
Stored size: 624 Bytes
Contents
Gem::Specification.new do |spec| spec.name = 'rubocul' spec.version = '2.0.0' spec.authors = ['Carla Galarza'] spec.email = ['cmg2228@columbia.edu'] 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.0 | rubocul.gemspec |