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 +4 -4
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +1 -1
- data/lib/prometheus_exporter_hcloud_sd/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 80d0cc49600861c247c09fc9c9538d6e687ad30747f848f837f5efa35e9b4c1d
|
|
4
|
+
data.tar.gz: c7519bf7954ff13dd70b470ee02dd0bb0fcb099f25a5162c255193ad3935c293
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
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.
|
|
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/
|
|
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: []
|