Fix gemspec homepage

This commit is contained in:
Psyreactor 2020-08-24 11:24:34 -03:00 committed by GitHub
parent 160f9c785c
commit 5f8f7e6d4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
gem.email = ['marianilucas@gmail.com']
gem.description = 'Ruby client for Sonarqube API'
gem.summary = 'A Ruby wrapper for the Sonarqube API'
gem.homepage = 'https://github.com/psyreactor/sonarqube-ruby'
gem.homepage = 'https://github.com/psyreactor/sonarqube'
gem.files = Dir['{lib}/**/*', 'LICENSE.txt', 'README.md', 'CHANGELOG.md']
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})