google-apis-games_configuration_v1configuration 0.18.0 → 0.19.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/games_configuration_v1configuration/gem_version.rb +3 -3
- data/lib/google/apis/games_configuration_v1configuration/service.rb +1 -1
- data/lib/google/apis/games_configuration_v1configuration.rb +2 -2
- metadata +7 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b004b8d46f6f5063b179d506ef8c23b567af85b24d097aeba3444e385a7fcd95
|
4
|
+
data.tar.gz: 77093474fefdaaddc38adbe32001d1b08501f1019e3222220eb2dcae77b1e22a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e73aba1ebf236e0d6e6c6ebe95d4d5eae11fb433bacbb892309fc6b570b06cc1c2a7ac4d62d1e6d0191a42da268a0302944fceccb2d2addc0201b9c7c4e8bc59
|
7
|
+
data.tar.gz: 89b98f92e5f5292084383b072712f0265d4742190450e9f2c38cbfc2f642def4167dc9a2c2c60c52bbeb0e822ffb6e60726aff4def0574b6cd7eb798af739d10
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-games_configuration_v1configuration
|
2
2
|
|
3
|
+
### v0.19.0 (2025-03-30)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250320
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
3
8
|
### v0.18.0 (2024-05-19)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.15.0
|
data/OVERVIEW.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
# Simple REST client for version V1configuration of the Google Play
|
1
|
+
# Simple REST client for version V1configuration of the Google Play Games Services Publishing API
|
2
2
|
|
3
|
-
This is a simple client library for version V1configuration of the Google Play
|
3
|
+
This is a simple client library for version V1configuration of the Google Play Games Services Publishing 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 GamesConfiguration service in particular.)
|
67
67
|
|
68
|
-
For reference information on specific calls in the Google Play
|
68
|
+
For reference information on specific calls in the Google Play Games Services Publishing API, see the {Google::Apis::GamesConfigurationV1configuration::GamesConfigurationService class reference docs}.
|
69
69
|
|
70
70
|
## Which client should I use?
|
71
71
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GamesConfigurationV1configuration
|
18
18
|
# Version of the google-apis-games_configuration_v1configuration gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.19.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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 GamesConfigurationV1configuration
|
23
|
-
# Google Play
|
23
|
+
# Google Play Games Services Publishing API
|
24
24
|
#
|
25
25
|
# The Google Play Game Services Publishing API allows developers to configure
|
26
26
|
# their games in Game Services.
|
@@ -19,14 +19,14 @@ require 'google/apis/games_configuration_v1configuration/gem_version.rb'
|
|
19
19
|
|
20
20
|
module Google
|
21
21
|
module Apis
|
22
|
-
# Google Play
|
22
|
+
# Google Play Games Services Publishing API
|
23
23
|
#
|
24
24
|
# The Google Play Game Services Publishing API allows developers to configure
|
25
25
|
# their games in Game Services.
|
26
26
|
#
|
27
27
|
# @see https://developers.google.com/games/
|
28
28
|
module GamesConfigurationV1configuration
|
29
|
-
# Version of the Google Play
|
29
|
+
# Version of the Google Play Games Services Publishing API this client connects to.
|
30
30
|
# This is NOT the gem version.
|
31
31
|
VERSION = 'V1configuration'
|
32
32
|
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-games_configuration_v1configuration
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.19.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-30 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -30,12 +29,12 @@ 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
|
32
|
+
description: This is the simple REST client for Google Play Games Services Publishing
|
34
33
|
API V1configuration. Simple REST clients are Ruby client libraries that provide
|
35
34
|
access to Google services via their HTTP REST API endpoints. These libraries are
|
36
35
|
generated and updated automatically based on the discovery documents published by
|
37
36
|
the service, and they handle most concerns such as authentication, pagination, retry,
|
38
|
-
timeouts, and logging. You can use this client to access the Google Play
|
37
|
+
timeouts, and logging. You can use this client to access the Google Play Games Services
|
39
38
|
Publishing API, but note that some services may provide a separate modern client
|
40
39
|
that is easier to use.
|
41
40
|
email: googleapis-packages@google.com
|
@@ -59,9 +58,8 @@ licenses:
|
|
59
58
|
metadata:
|
60
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
61
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-games_configuration_v1configuration/CHANGELOG.md
|
62
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-games_configuration_v1configuration/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-games_configuration_v1configuration/v0.19.0
|
63
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-games_configuration_v1configuration
|
64
|
-
post_install_message:
|
65
63
|
rdoc_options: []
|
66
64
|
require_paths:
|
67
65
|
- lib
|
@@ -76,8 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
74
|
- !ruby/object:Gem::Version
|
77
75
|
version: '0'
|
78
76
|
requirements: []
|
79
|
-
rubygems_version: 3.5
|
80
|
-
signing_key:
|
77
|
+
rubygems_version: 3.6.5
|
81
78
|
specification_version: 4
|
82
|
-
summary: Simple REST client for Google Play
|
79
|
+
summary: Simple REST client for Google Play Games Services Publishing API V1configuration
|
83
80
|
test_files: []
|