google-apis-games_v1 0.31.0 → 0.33.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 +9 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/games_v1/classes.rb +6 -0
- data/lib/google/apis/games_v1/gem_version.rb +3 -3
- data/lib/google/apis/games_v1/representations.rb +1 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b64e3cdedf69d80418733cc20b83b1c24adbd14d7ad200c4176fbbf71a0e3dc
|
|
4
|
+
data.tar.gz: d175d60204fc7bae39a4f90c1ec82d52b665ea4bc0656e86b924f25558ac1022
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 22cc9ce4fde0b36e72ce5a5db755567f3e452df489d9d4987009b2ce4f3112204047f228fc92445e278b1c1b5b7252b7f0809557a98c9b0ca8fb3924115fd8f6
|
|
7
|
+
data.tar.gz: b7d26f8b71e9a9fc3cee991b73958260dd9cabb732231734eba83b0383ef6b7ec26ce5a6aca11d2167e65e015d56a0efd3cfd15cc8cc7e268625b16ba1bb7d72
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Release history for google-apis-games_v1
|
|
2
2
|
|
|
3
|
+
### v0.33.0 (2026-06-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated using generator version 0.19.0
|
|
6
|
+
|
|
7
|
+
### v0.32.0 (2026-04-26)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260416
|
|
10
|
+
* Regenerated using generator version 0.18.0
|
|
11
|
+
|
|
3
12
|
### v0.31.0 (2025-05-04)
|
|
4
13
|
|
|
5
14
|
* Regenerated using generator version 0.17.0
|
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 3.
|
|
86
|
+
This library is supported on Ruby 3.2+.
|
|
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
|
|
|
@@ -26,6 +26,11 @@ module Google
|
|
|
26
26
|
class AchievementDefinition
|
|
27
27
|
include Google::Apis::Core::Hashable
|
|
28
28
|
|
|
29
|
+
# Output only. The lifecycle state of the achievement.
|
|
30
|
+
# Corresponds to the JSON property `achievementLifecycleState`
|
|
31
|
+
# @return [String]
|
|
32
|
+
attr_accessor :achievement_lifecycle_state
|
|
33
|
+
|
|
29
34
|
# The type of the achievement.
|
|
30
35
|
# Corresponds to the JSON property `achievementType`
|
|
31
36
|
# @return [String]
|
|
@@ -102,6 +107,7 @@ module Google
|
|
|
102
107
|
|
|
103
108
|
# Update properties of this object
|
|
104
109
|
def update!(**args)
|
|
110
|
+
@achievement_lifecycle_state = args[:achievement_lifecycle_state] if args.key?(:achievement_lifecycle_state)
|
|
105
111
|
@achievement_type = args[:achievement_type] if args.key?(:achievement_type)
|
|
106
112
|
@description = args[:description] if args.key?(:description)
|
|
107
113
|
@experience_points = args[:experience_points] if args.key?(:experience_points)
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.33.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260416"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -493,6 +493,7 @@ module Google
|
|
|
493
493
|
class AchievementDefinition
|
|
494
494
|
# @private
|
|
495
495
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
496
|
+
property :achievement_lifecycle_state, as: 'achievementLifecycleState'
|
|
496
497
|
property :achievement_type, as: 'achievementType'
|
|
497
498
|
property :description, as: 'description'
|
|
498
499
|
property :experience_points, :numeric_string => true, as: 'experiencePoints'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-games_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.33.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-games_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-games_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-games_v1/v0.33.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-games_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
74
|
version: '0'
|
|
75
75
|
requirements: []
|
|
76
|
-
rubygems_version: 3.6.
|
|
76
|
+
rubygems_version: 3.6.9
|
|
77
77
|
specification_version: 4
|
|
78
78
|
summary: Simple REST client for Google Play Games Services API V1
|
|
79
79
|
test_files: []
|