Sha256: 0d5020106e09f8d348cee794ad3e927014b7b45fba1c02910f37e503d7fcfda7
Contents?: true
Size: 744 Bytes
Versions: 1
Compression:
Stored size: 744 Bytes
Contents
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 = '2.0.0' spec.license = 'Apache-2.0' spec.add_dependency 'rubocop', '0.63.1' spec.add_dependency 'rubocop-rspec', '1.31.0' spec.add_development_dependency 'github_changelog_generator' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bixby-2.0.0 | bixby.gemspec |