Merge pull request #3 from psyreactor/develop

Fix specgem repo_url
This commit is contained in:
Psyreactor 2020-08-24 11:52:20 -03:00 committed by GitHub
commit d3a8547af7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 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

@ -18,7 +18,6 @@ gem 'minima', '~> 2.5'
# gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
gem 'github-pages'
gem 'jekyll-feed', '~> 0.12'
end

View File

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