rubocop-rspec.gemspec in rubocop-rspec-1.24.0 vs rubocop-rspec.gemspec in rubocop-rspec-1.25.0

- old
+ new

@@ -6,11 +6,11 @@ spec.summary = 'Code style checking for RSpec files' spec.description = <<-DESCRIPTION Code style checking for RSpec files. A plugin for the RuboCop code style enforcing & linting tool. DESCRIPTION - spec.homepage = 'http://github.com/backus/rubocop-rspec' + spec.homepage = 'https://github.com/rubocop-rspec/rubocop-rspec' spec.authors = ['John Backus', 'Ian MacLeod', 'Nils Gemeinhardt'] spec.email = [ 'johncbackus@gmail.com', 'ian@nevir.net', 'git@nilsgemeinhardt.de' @@ -29,9 +29,14 @@ 'Gemfile', 'Rakefile' ] spec.test_files = spec.files.grep(%r{^spec/}) spec.extra_rdoc_files = ['MIT-LICENSE.md', 'README.md'] + + spec.metadata = { + 'changelog_uri' => 'https://github.com/rubocop-rspec/rubocop-rspec/blob/master/CHANGELOG.md', + 'documentation_uri' => 'https://rubocop-rspec.readthedocs.io/' + } spec.add_runtime_dependency 'rubocop', '>= 0.53.0' spec.add_development_dependency 'rack' spec.add_development_dependency 'rake'