discovery_v1 0.2.3 → 0.2.4
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 +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b9b2abafa70d720500f6e3e4872db923a51d8a3c72234eb0a338ce04fa5f8655
|
|
4
|
+
data.tar.gz: 47c1ba3c92b71ca2be024cad30a358aa112bda4444156dfff97e6d8c7d6454f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f6195d61eab29c229f98306ba80d8150f14c1636bfaa856162a9de20aa3afc2bcddd1bac2f6130f1e3054111b9f62af3be979b093281208a65fc81b3f89fc99e
|
|
7
|
+
data.tar.gz: 902b1ca367a6f9e08e0950c9d5a623e2c69baaf7e542531baedb1c2491aab262b5a08cc336e8f42e8c3aa3d53c076ee937c95bee472f17d10e2bd02f3066d670
|
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.4](https://github.com/main-branch/discovery_v1/compare/v0.2.3...v0.2.4) (2026-04-24)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Other Changes
|
|
11
|
+
|
|
12
|
+
* **dependencies:** Update dependencies for all GitHub Actions workflows ([a0a5ae9](https://github.com/main-branch/discovery_v1/commit/a0a5ae9ad6307f810a237ecf9006b112c6871148))
|
|
13
|
+
|
|
7
14
|
## [0.2.3](https://github.com/main-branch/discovery_v1/compare/v0.2.2...v0.2.3) (2025-04-18)
|
|
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.4
|
|
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.4
|
|
283
|
+
changelog_uri: https://rubydoc.info/gems/discovery_v1/0.2.4/file/CHANGELOG.md
|
|
284
284
|
rubygems_mfa_required: 'true'
|
|
285
285
|
rdoc_options: []
|
|
286
286
|
require_paths:
|
|
@@ -296,7 +296,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
296
296
|
- !ruby/object:Gem::Version
|
|
297
297
|
version: '0'
|
|
298
298
|
requirements: []
|
|
299
|
-
rubygems_version:
|
|
299
|
+
rubygems_version: 4.0.6
|
|
300
300
|
specification_version: 4
|
|
301
301
|
summary: Unofficial helpers and extensions for the Google Discovery V1 API
|
|
302
302
|
test_files: []
|