discovery_v1 0.2.1 → 0.2.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 +4 -4
- data/.release-please-manifest.json +1 -1
- data/CHANGELOG.md +7 -0
- data/lib/discovery_v1/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 904259a7c775647df317a7fa705d23ba7fe56aea01982bd91bb12777852ab563
|
4
|
+
data.tar.gz: e896b2c1ba0a719f6949fbe63af1c29c12e4d36196196a690970be4813559987
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dcbcbd2c2c16e990a7594e03125374827e945495a78d513d0b9e244e623ee5190c11870d338846a8c553222472e6267b1de1e09c2af18d8a45cba95e74396f8a
|
7
|
+
data.tar.gz: f529369d36ae92a25ced08216969df096c3f0007e1ce41e4dd67038cfb6067d42abfae83371c7df2da1cb3c71a7a04bda49f49169596dca3b45ecf385d879d42
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,13 @@ Changes for each release are listed in this file.
|
|
4
4
|
|
5
5
|
This project adheres to [Semantic Versioning](https://semver.org/) for its releases.
|
6
6
|
|
7
|
+
## [0.2.2](https://github.com/main-branch/discovery_v1/compare/v0.2.1...v0.2.2) (2025-04-17)
|
8
|
+
|
9
|
+
|
10
|
+
### Bug Fixes
|
11
|
+
|
12
|
+
* Do not trigger build workflows after merging to main or for release PRs ([edd8005](https://github.com/main-branch/discovery_v1/commit/edd80050002dc3ce678c3e529d0a6ea8509334f4))
|
13
|
+
|
7
14
|
## [0.2.1](https://github.com/main-branch/discovery_v1/compare/v0.2.0...v0.2.1) (2025-04-16)
|
8
15
|
|
9
16
|
|
data/lib/discovery_v1/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: discovery_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Couball
|
@@ -279,8 +279,8 @@ metadata:
|
|
279
279
|
allowed_push_host: https://rubygems.org
|
280
280
|
homepage_uri: https://github.com/main-branch/discovery_v1
|
281
281
|
source_code_uri: https://github.com/main-branch/discovery_v1
|
282
|
-
documentation_uri: https://rubydoc.info/gems/discovery_v1/0.2.
|
283
|
-
changelog_uri: https://rubydoc.info/gems/discovery_v1/0.2.
|
282
|
+
documentation_uri: https://rubydoc.info/gems/discovery_v1/0.2.2
|
283
|
+
changelog_uri: https://rubydoc.info/gems/discovery_v1/0.2.2/file/CHANGELOG.md
|
284
284
|
rubygems_mfa_required: 'true'
|
285
285
|
rdoc_options: []
|
286
286
|
require_paths:
|