drive_v3 0.3.3 → 0.3.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: a6fa7e4cea71114bc4b0c7ccb1a322b428b2ce0b9aef3c98904a2b5576a60da2
4
- data.tar.gz: f478cea23076267b37a371bb86598f196d481923c4fc72b21cc0be555f28a540
3
+ metadata.gz: 1f64f902bcf4bbc4011bea33ecb510a449847759e8178ae239d4fc9715568151
4
+ data.tar.gz: 545c1581e385276287ada6e5f3c40c02cda5bfc0ffaebb2f02d0b0d5032b2320
5
5
  SHA512:
6
- metadata.gz: 557797f14937f42f6597bd0917ef53ffb3eaa62908479a8ab107234d8e066118e7c3cdd4fc2afaf412757956f503309338d034938e3e69f72dd91a0f52b90778
7
- data.tar.gz: 160a5ace0836a9cf22effaf70a5bc79b432135551058afb6884602e1dd93d416cc6cb776ed1b0b5abe4c6d0354efa145a4e5d255745a51f0837fe5d4be60cfc6
6
+ metadata.gz: e2eef0fd3dd630d60db68b42c0901c3c53aa9e6d6a18e9e8d9287bc8c26d67c15eb9caa74c02f1c1107eb4ea0d7c0c1e61c0cb32424ccf47d636bc78e55de564
7
+ data.tar.gz: b6d09c813e5cc3167be9662bcb1b79663f578e8e0f473aae1102e647abc91078bbb5dd07274610aa11ba312122900f7d1a5a6b9a3f91a37ef9266d14f4fb6361
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.3.3"
2
+ ".": "0.3.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.3.4](https://github.com/main-branch/drive_v3/compare/v0.3.3...v0.3.4) (2026-04-24)
8
+
9
+
10
+ ### Other Changes
11
+
12
+ * **dependencies:** Update dependencies for the GitHub Actions workflows ([ecd5de4](https://github.com/main-branch/drive_v3/commit/ecd5de4a2ba366776bff9ee328a20113c66c5284))
13
+
7
14
  ## [0.3.3](https://github.com/main-branch/drive_v3/compare/v0.3.2...v0.3.3) (2025-04-18)
8
15
 
9
16
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  module DriveV3
4
4
  # The version of this gem
5
- VERSION = '0.3.3'
5
+ VERSION = '0.3.4'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: drive_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Couball
@@ -314,8 +314,8 @@ metadata:
314
314
  rubygems_mfa_required: 'true'
315
315
  homepage_uri: https://github.com/main-branch/drive_v3
316
316
  source_code_uri: https://github.com/main-branch/drive_v3
317
- documentation_uri: https://rubydoc.info/gems/drive_v3/0.3.3
318
- changelog_uri: https://rubydoc.info/gems/drive_v3/0.3.3/file/CHANGELOG.md
317
+ documentation_uri: https://rubydoc.info/gems/drive_v3/0.3.4
318
+ changelog_uri: https://rubydoc.info/gems/drive_v3/0.3.4/file/CHANGELOG.md
319
319
  rdoc_options: []
320
320
  require_paths:
321
321
  - lib
@@ -332,7 +332,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
332
332
  requirements:
333
333
  - 'Platform: Mac, Linux, or Windows'
334
334
  - 'Ruby: MRI 3.1 or later, TruffleRuby 24 or later, or JRuby 9.4 or later'
335
- rubygems_version: 3.6.7
335
+ rubygems_version: 4.0.6
336
336
  specification_version: 4
337
337
  summary: Unofficial helpers and extensions for the Google Drive V3 API
338
338
  test_files: []