commit
d3a8547af7
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Sonarqube
|
||||
VERSION = '1.0.1'
|
||||
VERSION = '1.0.2'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue