rubocop-rspec.gemspec in rubocop-rspec-1.7.0 vs rubocop-rspec.gemspec in rubocop-rspec-1.8.0

- old
+ new

@@ -8,17 +8,21 @@ spec.summary = 'Code style checking for RSpec files' spec.description = <<-end_description Code style checking for RSpec files. A plugin for the RuboCop code style enforcing & linting tool. end_description - spec.homepage = 'http://github.com/nevir/rubocop-rspec' - spec.authors = ['Ian MacLeod', 'Nils Gemeinhardt'] - spec.email = ['ian@nevir.net', 'git@nilsgemeinhardt.de'] + spec.homepage = 'http://github.com/backus/rubocop-rspec' + spec.authors = ['John Backus', 'Ian MacLeod', 'Nils Gemeinhardt'] + spec.email = [ + 'johncbackus@gmail.com', + 'ian@nevir.net', + 'git@nilsgemeinhardt.de' + ] spec.licenses = ['MIT'] spec.version = RuboCop::RSpec::Version::STRING spec.platform = Gem::Platform::RUBY - spec.required_ruby_version = '>= 2.2.0' + spec.required_ruby_version = '>= 2.1.0' spec.require_paths = ['lib'] spec.files = Dir[ '{config,lib,spec}/**/*', '*.md',