google-apis-firebaseappdistribution_v1 0.8.0 → 0.10.0

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: 5b8d13a689976813bb89104ea21d1406126a4ef3e8b6973941aacfc537945c77
4
- data.tar.gz: ec002a921a3d4b7856282fff1191716756e6606ef2230d819d8cba6c5b0bd516
3
+ metadata.gz: 2f6706aa3dea63cb7d99a0b12979a58b3cf76f0845ad5b95b087209363fca6ae
4
+ data.tar.gz: d1c8a4ce4fe4d0918445cca6a8351078c7799d8c56161a18f64109fb7a724498
5
5
  SHA512:
6
- metadata.gz: c4726a520c28bec54e423529e0953ed8e60f22f9d75e8db1e5157f8306716d8aab0fdc964181b486ef4da6959d322c955e82ce8477358132f556c5145af3761f
7
- data.tar.gz: d2384dcc130c9c36848263362b3e2e029613b2caf9e72938d180c57eb683f7668c89e252be6e579df78737e95f55de6c3e39a4128d428e17179dd5ec82e536ca
6
+ metadata.gz: e96284023a397aa850e57719841ff33333dd49a86cc11ccbdb71a91c0dedad363e4d5b9f64a24b4bec8661312e76631a29938344541c6607a483555b502e345e
7
+ data.tar.gz: 7e3fbdf82e88a74d64c8bbb9b46b525eee643a076c1d6c8aa25bdf0bfe94b2745a8bc96b177ce87685500340bcfd7a411954acb7c0fb515d29533bed506fd71a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-firebaseappdistribution_v1
2
2
 
3
+ ### v0.10.0 (2025-05-04)
4
+
5
+ * Regenerated using generator version 0.17.0
6
+
7
+ ### v0.9.0 (2024-11-17)
8
+
9
+ * Regenerated from discovery document revision 20241115
10
+ * Regenerated using generator version 0.15.1
11
+
3
12
  ### v0.8.0 (2024-06-09)
4
13
 
5
14
  * Regenerated from discovery document revision 20240605
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://firebase.google.com/products/app-distributio
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirebaseappdistributionV1
18
18
  # Version of the google-apis-firebaseappdistribution_v1 gem
19
- GEM_VERSION = "0.8.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240605"
25
+ REVISION = "20241115"
26
26
  end
27
27
  end
28
28
  end
@@ -434,8 +434,8 @@ module Google
434
434
  # Clients can use Operations.GetOperation or other methods to check whether the
435
435
  # cancellation succeeded or whether the operation completed despite cancellation.
436
436
  # On successful cancellation, the operation is not deleted; instead, it becomes
437
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
438
- # corresponding to `Code.CANCELLED`.
437
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
438
+ # , corresponding to `Code.CANCELLED`.
439
439
  # @param [String] name
440
440
  # The name of the operation resource to be cancelled.
441
441
  # @param [Google::Apis::FirebaseappdistributionV1::GoogleLongrunningCancelOperationRequest] google_longrunning_cancel_operation_request_object
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebaseappdistribution_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-06-09 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappdistribution_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1/v0.8.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1/v0.10.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappdistribution_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
66
  requirements:
69
67
  - - ">="
70
68
  - !ruby/object:Gem::Version
71
- version: '2.7'
69
+ version: '3.1'
72
70
  required_rubygems_version: !ruby/object:Gem::Requirement
73
71
  requirements:
74
72
  - - ">="
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.8
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Firebase App Distribution API V1
82
79
  test_files: []