Sha256: 31c83c06f9cee3cfe2087caf2af4058dcd17906ed696a876df8494f4413ddcf9
Contents?: true
Size: 743 Bytes
Versions: 1
Compression:
Stored size: 743 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |spec| spec.authors = ['Tom Johnson'] spec.email = ['tom@curationexperts.com'] spec.description = 'A Style Configuration for RuboCop' spec.summary = 'This is the recommended style configuration for used ' \ 'by the Project Hydra developers.' spec.homepage = 'http://github.com/projecthydra-labs/bixby' spec.files = `git ls-files`.split($OUTPUT_RECORD_SEPARATOR) spec.name = 'bixby' spec.require_paths = ['lib'] spec.version = '0.1.0' spec.license = 'Apache-2.0' spec.add_development_dependency 'rubocop', '~> 0.47' spec.add_development_dependency 'rubocop-rspec', '~> 1.10' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bixby-0.1.0 | bixby.gemspec |