Sha256: 06382e4b73c648cd66c309d6c81c467ee3b20baaa41af453bcf6b945b7e39170
Contents?: true
Size: 714 Bytes
Versions: 1
Compression:
Stored size: 714 Bytes
Contents
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 use ' \ 'by Samvera Community projects.' spec.homepage = 'http://github.com/samvera-labs/bixby' spec.files = `git ls-files`.split($OUTPUT_RECORD_SEPARATOR) spec.name = 'bixby' spec.require_paths = ['lib'] spec.version = '1.0.0-rc1' spec.license = 'Apache-2.0' spec.add_dependency 'rubocop', '~> 0.50', '<= 0.52.1' spec.add_dependency 'rubocop-rspec', '~> 1.22', '<= 1.22.2' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bixby-1.0.0.pre.rc1 | bixby.gemspec |