google-apis-games_configuration_v1configuration 0.1.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.
metadata ADDED
@@ -0,0 +1,77 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: google-apis-games_configuration_v1configuration
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Google LLC
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-01-08 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: google-apis-core
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '0.1'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '0.1'
27
+ description: This is the simple REST client for Google Play Game Services Publishing
28
+ API V1configuration. Simple REST clients are Ruby client libraries that provide
29
+ access to Google services via their HTTP REST API endpoints. These libraries are
30
+ generated and updated automatically based on the discovery documents published by
31
+ the service, and they handle most concerns such as authentication, pagination, retry,
32
+ timeouts, and logging. You can use this client to access the Google Play Game Services
33
+ Publishing API, but note that some services may provide a separate modern client
34
+ that is easier to use.
35
+ email: googleapis-packages@google.com
36
+ executables: []
37
+ extensions: []
38
+ extra_rdoc_files: []
39
+ files:
40
+ - ".yardopts"
41
+ - CHANGELOG.md
42
+ - LICENSE.md
43
+ - OVERVIEW.md
44
+ - lib/google-apis-games_configuration_v1configuration.rb
45
+ - lib/google/apis/games_configuration_v1configuration.rb
46
+ - lib/google/apis/games_configuration_v1configuration/classes.rb
47
+ - lib/google/apis/games_configuration_v1configuration/gem_version.rb
48
+ - lib/google/apis/games_configuration_v1configuration/representations.rb
49
+ - lib/google/apis/games_configuration_v1configuration/service.rb
50
+ homepage: https://github.com/google/google-api-ruby-client
51
+ licenses:
52
+ - Apache-2.0
53
+ metadata:
54
+ bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
55
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-games_configuration_v1configuration/CHANGELOG.md
56
+ documentation_uri: https://googleapis.dev/ruby/google-apis-games_configuration_v1configuration/v0.1.0
57
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-games_configuration_v1configuration
58
+ post_install_message:
59
+ rdoc_options: []
60
+ require_paths:
61
+ - lib
62
+ required_ruby_version: !ruby/object:Gem::Requirement
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ version: '2.4'
67
+ required_rubygems_version: !ruby/object:Gem::Requirement
68
+ requirements:
69
+ - - ">="
70
+ - !ruby/object:Gem::Version
71
+ version: '0'
72
+ requirements: []
73
+ rubygems_version: 3.1.4
74
+ signing_key:
75
+ specification_version: 4
76
+ summary: Simple REST client for Google Play Game Services Publishing API V1configuration
77
+ test_files: []