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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b20557e819610334251248ad4851702e93b6c0d5915eed80474e30960d21a8d9
4
- data.tar.gz: b082f30efebb6c78750d87700422fdb7fdfe4d418b66ebe0b07a4287e2c1c5fc
3
+ metadata.gz: b9b2abafa70d720500f6e3e4872db923a51d8a3c72234eb0a338ce04fa5f8655
4
+ data.tar.gz: 47c1ba3c92b71ca2be024cad30a358aa112bda4444156dfff97e6d8c7d6454f9
5
5
  SHA512:
6
- metadata.gz: 998ee932e54852832ae465162642a1e99566c1b4e11b303be8afd9470d88ed13fe3669689beb3e3f5bf3bfe0f88f82b1f4e31759f3dcfed3a1dec437132d6a19
7
- data.tar.gz: 74ecb0b17e0ac44ba8903b35400676e6294df35710aedd9f83c3b4d73516506154c599a91d0dc4d951fa31a6389d50699dcc69e403589f57de0a7304359bdac2
6
+ metadata.gz: f6195d61eab29c229f98306ba80d8150f14c1636bfaa856162a9de20aa3afc2bcddd1bac2f6130f1e3054111b9f62af3be979b093281208a65fc81b3f89fc99e
7
+ data.tar.gz: 902b1ca367a6f9e08e0950c9d5a623e2c69baaf7e542531baedb1c2491aab262b5a08cc336e8f42e8c3aa3d53c076ee937c95bee472f17d10e2bd02f3066d670
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.2.3"
2
+ ".": "0.2.4"
3
3
  }
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
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  module DiscoveryV1
4
4
  # The version of this gem
5
- VERSION = '0.2.3'
5
+ VERSION = '0.2.4'
6
6
  end
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.3
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.3
283
- changelog_uri: https://rubydoc.info/gems/discovery_v1/0.2.3/file/CHANGELOG.md
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: 3.6.7
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: []