sonarqube 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ba2aa4fbcd9ee7798aa7b97b73469c91f8090dfe2de3157f167e2311c6e8a56e
4
- data.tar.gz: 6bd2accd7888f5aa574e63a77ec7ea188db2936c6cfd36cbf12bdb6095a25429
3
+ metadata.gz: e680fc94b776928413282ec95fba32c8fd7e51c4b5bc87a4bcf55c1d52278243
4
+ data.tar.gz: f50d05b8fdcae29c3012ece050e5a150b9ca34ccced8ae4d284a6a8cd7673695
5
5
  SHA512:
6
- metadata.gz: e1a0fb6328cee65b598e7d633dc1dd3cfd11e313755e7b03fdce5946297d65bb09c498c7f3796b43fbad53cb8511c2d4284ff9b1d3a02e500524e3261b91c780
7
- data.tar.gz: 2e6890ae9d74965df7dedc6978c5b7d736614b6a683fcc92bd5c109777a945c7d3682a8d4ca4be7c8c4cefd15a5cd98dc8087d31c489a8b7c633948c629b883b
6
+ metadata.gz: 55b07744ea669d652069d03647ccb2e8474b27c68d259590a777ab2738163188f0ce1f8010f4c46c671a38964fa2221498c18e690c49c8b1dddda403699da3cb
7
+ data.tar.gz: 379617da7805974463649b0d1379f08f9a6cc075ee840eb26b1466835e9e232e1b873420ec7d26352b8852c5ae5552ed30a0a18effdfb999af2658ab6cbf74ee
@@ -4,6 +4,11 @@
4
4
 
5
5
  Please see: https://github.com/psyreactor/sonarqube-ruby/releases
6
6
 
7
+ ### 1.0.2 (24/08/2020)
8
+
9
+ - Fix
10
+ * Fix gemspec repo url
11
+
7
12
  ### 1.0.1 (24/08/2020)
8
13
 
9
14
  - Fix
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Sonarqube
4
- VERSION = '1.0.1'
4
+ VERSION = '1.0.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sonarqube
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mariani Lucas
@@ -113,7 +113,7 @@ files:
113
113
  - lib/sonarqube/objectified_hash.rb
114
114
  - lib/sonarqube/request.rb
115
115
  - lib/sonarqube/version.rb
116
- homepage: https://github.com/psyreactor/sonarqube-ruby
116
+ homepage: https://github.com/psyreactor/sonarqube
117
117
  licenses:
118
118
  - BSD-2-Clause
119
119
  metadata: {}