prometheus_exporter_hcloud_sd 0.1.0 → 0.1.1

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: db1c1508ac25d805fc4060ca4dd04d7ff563653ee328b8a5f0acde3d632f696d
4
- data.tar.gz: ebd9865d862798a34f682489b64261fedb495747a6fd8167eea98beb52336a93
3
+ metadata.gz: 80d0cc49600861c247c09fc9c9538d6e687ad30747f848f837f5efa35e9b4c1d
4
+ data.tar.gz: c7519bf7954ff13dd70b470ee02dd0bb0fcb099f25a5162c255193ad3935c293
5
5
  SHA512:
6
- metadata.gz: 390fd691ed5e720da17e21f22eb74728b38cc126552c93ddf5e6ea3bddef322a60a0c6526b83afd518afc76ed35a7a2e837e11f06a8526a5dbd4671a68bc64cf
7
- data.tar.gz: 11756361e87211d7aa6c8d19e1138e9fd23c0d056521782fa86824e7e39724f233bf3f5cb678ac3a55bc76cfccbe27ee206466135d514e5d9a794b172222942a
6
+ metadata.gz: 96210828ec213024d75a820c9419edc26d2931d8d0e68af775bd766e9036560c8d502f1e809affec171244b020c4b669d5aa781ff06dd3a7467a78888f320bd0
7
+ data.tar.gz: 0bdd2d5abeab900b9ac096b4b55ef1f3bdf14f6f034321d1d197cfa44e36c6859471e9437f563d198989c37de36bd81e5503b2dd45d77c9400c88a1b911db75a
data/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.1.1] - 2023-07-30
9
+
10
+ ### Fixed
11
+
12
+ - source_code_uri in gemspec.
13
+
8
14
  ## [0.1.0] - 2023-07-30
9
15
 
10
16
  - Initial release
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- prometheus_exporter_hcloud_sd (0.1.0)
4
+ prometheus_exporter_hcloud_sd (0.1.1)
5
5
  thor (~> 1.2)
6
6
 
7
7
  GEM
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PrometheusExporterHcloudSd
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prometheus_exporter_hcloud_sd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcos Essindi
@@ -207,7 +207,7 @@ licenses:
207
207
  metadata:
208
208
  rubygems_mfa_required: 'true'
209
209
  homepage_uri: https://github.com/dunkelbraun/prometheus_exporter_hcloud_sd
210
- source_code_uri: https://github.com/dunkelbraun/turbo_test_events/tree/main
210
+ source_code_uri: https://github.com/dunkelbraun/prometheus_exporter_hcloud_sd/tree/main
211
211
  changelog_uri: https://github.com/dunkelbraun/prometheus_exporter_hcloud_sd/blob/main/CHANGELOG.md
212
212
  post_install_message:
213
213
  rdoc_options: []