Fix gemspec repo url

This commit is contained in:
Mariani Lucas 2020-08-24 11:30:21 -03:00
parent a105191a2d
commit adbcca76c3
3 changed files with 7 additions and 2 deletions

View File

@ -4,6 +4,11 @@
Please see: https://github.com/psyreactor/sonarqube-ruby/releases
### 1.0.2 (24/08/2020)
- Fix
* Fix gemspec repo url
### 1.0.1 (24/08/2020)
- Fix

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Sonarqube
VERSION = '1.0.1'
VERSION = '1.0.2'
end

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)/})