rubocop-rspec.gemspec in rubocop-rspec-1.25.1 vs rubocop-rspec.gemspec in rubocop-rspec-1.26.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 = 'https://github.com/rubocop-rspec/rubocop-rspec'
+ spec.homepage = 'https://github.com/rubocop-hq/rubocop-rspec'
spec.authors = ['John Backus', 'Ian MacLeod', 'Nils Gemeinhardt']
spec.email = [
'johncbackus@gmail.com',
'ian@nevir.net',
'git@nilsgemeinhardt.de'
@@ -31,10 +31,10 @@
]
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',
+ 'changelog_uri' => 'https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md',
'documentation_uri' => 'https://rubocop-rspec.readthedocs.io/'
}
spec.add_runtime_dependency 'rubocop', '>= 0.53.0'