# -*- 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 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 = '0.3.1' spec.license = 'Apache-2.0' spec.add_dependency 'rubocop', '~> 0.49', '<= 0.50.0' spec.add_dependency 'rubocop-rspec', '~> 1.15', '<= 1.18.0' end