google-apis-games_v1 0.29.0 → 0.31.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: ea8b81bbfea95b549c0009ab9d064990b309742e7bde6b9012f81ed1c178a99a
4
- data.tar.gz: 7fcd3418d5d60b309868081e5f1f140cb8cc69e0cecab200bf8af8077b8ff03c
3
+ metadata.gz: 823a7b2a184fba68e04c11eb5d60213ea9b17306e24363b4ea4c76b72bff7008
4
+ data.tar.gz: fb67ec748d8a6802680d5418f54b09f7bffe248cf9ea3d6f6c63499d4fa9f637
5
5
  SHA512:
6
- metadata.gz: c98190482f1f68ac3b0e44eac1b66a66425a5cdfa4f16d9afdf7f948823cb8a0103a44e997dee20927f5c447ccef684ad01f5f00f27234f55ca2d7395407be9f
7
- data.tar.gz: 06cbdbf868f4c6c07a6732615dc24dde29dc812a66d3487dca3df5555412f85c0ebcea44ee02152c88c6ea554a3ab9ada1e1a3067f84d98b3c02ad10d3f5499a
6
+ metadata.gz: 318775c9d258807a01d79de68f7ae1575c006627fc8900877aab4206f08aab1d62492a09afa8268441811287cd97fec0bf30d4f2264eb711902b5585912637f5
7
+ data.tar.gz: 5f8d138cab9d5516ffcea29cc6b6b5b8899c397b5ac44b8994ea4cea4ee58dce634533d2b4236adb22b5ade7aafbac3314c98454eeb88ad3949bdd5cf0006850
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-games_v1
2
2
 
3
+ ### v0.31.0 (2025-05-04)
4
+
5
+ * Regenerated using generator version 0.17.0
6
+
7
+ ### v0.30.0 (2025-03-30)
8
+
9
+ * Regenerated from discovery document revision 20250320
10
+ * Regenerated using generator version 0.16.0
11
+
3
12
  ### v0.29.0 (2024-12-15)
4
13
 
5
14
  * Regenerated from discovery document revision 20241209
data/OVERVIEW.md CHANGED
@@ -1,6 +1,6 @@
1
- # Simple REST client for version V1 of the Google Play Game Services
1
+ # Simple REST client for version V1 of the Google Play Games Services API
2
2
 
3
- This is a simple client library for version V1 of the Google Play Game Services. It provides:
3
+ This is a simple client library for version V1 of the Google Play Games Services API. It provides:
4
4
 
5
5
  * A client object that connects to the HTTP/JSON REST endpoint for the service.
6
6
  * Ruby objects for data structures related to the service.
@@ -65,7 +65,7 @@ More detailed descriptions of the Google simple REST clients are available in tw
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Games service in particular.)
67
67
 
68
- For reference information on specific calls in the Google Play Game Services, see the {Google::Apis::GamesV1::GamesService class reference docs}.
68
+ For reference information on specific calls in the Google Play Games Services API, see the {Google::Apis::GamesV1::GamesService class reference docs}.
69
69
 
70
70
  ## Which client should I use?
71
71
 
@@ -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,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GamesV1
18
18
  # Version of the google-apis-games_v1 gem
19
- GEM_VERSION = "0.29.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241209"
25
+ REVISION = "20250320"
26
26
  end
27
27
  end
28
28
  end
@@ -20,7 +20,7 @@ require 'google/apis/errors'
20
20
  module Google
21
21
  module Apis
22
22
  module GamesV1
23
- # Google Play Game Services
23
+ # Google Play Games Services API
24
24
  #
25
25
  # The Google Play Games Service allows developers to enhance games with social
26
26
  # leaderboards, achievements, game state, sign-in with Google, and more.
@@ -19,14 +19,14 @@ require 'google/apis/games_v1/gem_version.rb'
19
19
 
20
20
  module Google
21
21
  module Apis
22
- # Google Play Game Services
22
+ # Google Play Games Services API
23
23
  #
24
24
  # The Google Play Games Service allows developers to enhance games with social
25
25
  # leaderboards, achievements, game state, sign-in with Google, and more.
26
26
  #
27
27
  # @see https://developers.google.com/games/
28
28
  module GamesV1
29
- # Version of the Google Play Game Services this client connects to.
29
+ # Version of the Google Play Games Services API this client connects to.
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1'
32
32
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-games_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 0.31.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-12-15 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
@@ -30,13 +29,13 @@ dependencies:
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
33
- description: This is the simple REST client for Google Play Game Services V1. Simple
34
- REST clients are Ruby client libraries that provide access to Google services via
35
- their HTTP REST API endpoints. These libraries are generated and updated automatically
32
+ description: This is the simple REST client for Google Play Games Services API V1.
33
+ Simple REST clients are Ruby client libraries that provide access to Google services
34
+ via their HTTP REST API endpoints. These libraries are generated and updated automatically
36
35
  based on the discovery documents published by the service, and they handle most
37
36
  concerns such as authentication, pagination, retry, timeouts, and logging. You can
38
- use this client to access the Google Play Game Services, but note that some services
39
- may provide a separate modern client that is easier to use.
37
+ use this client to access the Google Play Games Services API, but note that some
38
+ services may provide a separate modern client that is easier to use.
40
39
  email: googleapis-packages@google.com
41
40
  executables: []
42
41
  extensions: []
@@ -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-games_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-games_v1/v0.29.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-games_v1/v0.31.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-games_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.23
79
- signing_key:
76
+ rubygems_version: 3.6.8
80
77
  specification_version: 4
81
- summary: Simple REST client for Google Play Game Services V1
78
+ summary: Simple REST client for Google Play Games Services API V1
82
79
  test_files: []