bixby.gemspec in bixby-0.2.0 vs bixby.gemspec in bixby-0.2.1

- old
+ new

@@ -2,19 +2,19 @@ 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.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.2.0' + spec.version = '0.2.1' spec.license = 'Apache-2.0' - spec.add_dependency 'rubocop', '~> 0.47' - spec.add_dependency 'rubocop-rspec', '~> 1.10' + spec.add_dependency 'rubocop', '~> 0.49' + spec.add_dependency 'rubocop-rspec', '~> 1.15' end