Sha256: 352ec99cf42b7198a141830bb91e27852030a535e8c02eeb653a79ff6bd2b41f
Contents?: true
Size: 841 Bytes
Versions: 1
Compression:
Stored size: 841 Bytes
Contents
# frozen_string_literal: true Gem::Specification.new do |spec| spec.authors = ['Tom Johnson'] spec.email = ['johnson.tom@gmail.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 = '3.0.1' spec.license = 'Apache-2.0' spec.add_dependency 'rubocop', '0.85.1' spec.add_dependency 'rubocop-performance' spec.add_dependency 'rubocop-rails' spec.add_dependency 'rubocop-rspec' spec.add_development_dependency 'github_changelog_generator' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bixby-3.0.1 | bixby.gemspec |