google-apis-games_management_v1management 0.19.0 → 0.20.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: df47b3e8999cbf2ef2725161ecd204c1653d4f309555a603c945402e5a925c50
4
- data.tar.gz: 9e33e282f0cc6cfba288b21eb6fe239c1a1ce2a41335ca58018d600a49ba6923
3
+ metadata.gz: 9351235d3347b388d910e906b6cf3dd805ba338d7d795ee1641f82d8c35319cd
4
+ data.tar.gz: a8c2f126f4eed972c8470eff769b458bc0325bcdfd8ce63048ba830a19ef79a8
5
5
  SHA512:
6
- metadata.gz: 32db83e3d726f5881bc193b22776e3b94824877bb4b2d46e11478df27c7b1c2c6471e736f2023b60df10c5c663be10db2c4aa418edf4c65d1f910a041df5d876
7
- data.tar.gz: ff32cd84ecaf071382c260b0c7fef00555609046f1603d141a202971c655b611d0d218febfbec4dd98d8b32aaa82d2ab433dce9f24e90e255095fe2cac428e69
6
+ metadata.gz: 26c948447fb056146c5567ccab6c551423bc84e55ccb598aeef035cec70a287178bb114a46c0873ab40040f265f49be743b40577a46ce72cdb520404eb6ae773
7
+ data.tar.gz: 3bb06c8a56f0006f0dd96037ef7dc11e9eca4c9f882ed320fa9cfdeee0924309ad1f18ca7e1754995f614eb88cf9df760ed00a1b9adaf10e6eaf0511c060d587
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-games_management_v1management
2
2
 
3
+ ### v0.20.0 (2025-05-04)
4
+
5
+ * Regenerated using generator version 0.17.0
6
+
3
7
  ### v0.19.0 (2025-03-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20250320
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/games/) may provide gu
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,10 +16,10 @@ module Google
16
16
  module Apis
17
17
  module GamesManagementV1management
18
18
  # Version of the google-apis-games_management_v1management gem
19
- GEM_VERSION = "0.19.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
25
  REVISION = "20250320"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-games_management_v1management
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-30 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-games_management_v1management/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-games_management_v1management/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-games_management_v1management/v0.20.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-games_management_v1management
63
63
  rdoc_options: []
64
64
  require_paths:
@@ -67,14 +67,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
- version: '2.7'
70
+ version: '3.1'
71
71
  required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - ">="
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
- rubygems_version: 3.6.5
77
+ rubygems_version: 3.6.8
78
78
  specification_version: 4
79
79
  summary: Simple REST client for Google Play Games Services Management API V1management
80
80
  test_files: []