drive_v3 0.3.1 → 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cddde4d7f4a8592f6c8d81903562f5a7352dd68e1d8ee326ef1331419415c525
4
- data.tar.gz: f12318aa45476e25d4517cd8bef98a99d8a5b352e3a1ec1f7f4673f600663901
3
+ metadata.gz: f3583f88e9d033a4d8bd637d65980ff986cfa6288f6c4c4ddbc332fdd6e13ef4
4
+ data.tar.gz: f8c3df20cbfcea764fb55950d962c7e1e3fdf8071ee443364004f0e0843d4f3a
5
5
  SHA512:
6
- metadata.gz: 9970fad2fca76c679b5207ed98286f789782f77464015cecaa785c8b3fa020e43d811208f2bf00d11119f3c2dc9e4e8f622248f25c089e97364fb22d38678891
7
- data.tar.gz: a42dc25b7b4ebbace2bd8fbcbaa0a480b56b56470a342416b1c523491bc02d53dd728f8b1df1114f93234cdd772ba452c5917077493dbad2d9f7f92c18937df5
6
+ metadata.gz: c8cc8685879468f539f58b2ef59f1ba0fe30c040e4cfc6b41b0e005c5e771e699b4ec54eb829f9d90747f4080169b5a1c377ba557cda2a3a7552c26ce54f6dba
7
+ data.tar.gz: 145efffb04e0e9782006290552911ad4730f47ac8c7b28e1134b8534e2771c92542832dfec56bc59aa3d611fc5ff1d44a5f4781d53b831b9f6179a11d63acddd
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.3.1"
2
+ ".": "0.3.2"
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.2](https://github.com/main-branch/drive_v3/compare/v0.3.1...v0.3.2) (2025-04-17)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * Do not trigger build workflows after merging to main or for release PRs ([c4fd435](https://github.com/main-branch/drive_v3/commit/c4fd4353eabe79480723200d6aa0b9d4ba437d70))
13
+
7
14
  ## [0.3.1](https://github.com/main-branch/drive_v3/compare/v0.3.0...v0.3.1) (2025-04-16)
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.1'
5
+ VERSION = '0.3.2'
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.1
4
+ version: 0.3.2
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.1
318
- changelog_uri: https://rubydoc.info/gems/drive_v3/0.3.1/file/CHANGELOG.md
317
+ documentation_uri: https://rubydoc.info/gems/drive_v3/0.3.2
318
+ changelog_uri: https://rubydoc.info/gems/drive_v3/0.3.2/file/CHANGELOG.md
319
319
  rdoc_options: []
320
320
  require_paths:
321
321
  - lib