Fix gemspec repo url
This commit is contained in:
parent
a105191a2d
commit
adbcca76c3
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Sonarqube
|
||||
VERSION = '1.0.1'
|
||||
VERSION = '1.0.2'
|
||||
end
|
||||
|
|
|
@ -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)/})
|
||||
|
|
Loading…
Reference in New Issue