# -*- 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