google-apis-playablelocations_v3 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f4994b8a05bd0fd3be2a07c15a81a93d5b2a41f2f6011f4866088085b2236e01
4
- data.tar.gz: a4e9f4301ed56b67787178f7786394049169acb70f1178699dbe845b40e3f36a
3
+ metadata.gz: 2491a394ae4655eda420b3d53a5acbe56b9b22da73b3d62e18b41267e3724d13
4
+ data.tar.gz: ece0ef7ced1ac062ab146a3a839fbbbf253c308c668d4e583bfcfa7039228f98
5
5
  SHA512:
6
- metadata.gz: 337606250b25683d9e5bfe430bad68a29397616f93d3cf53aa85dd353d3a2cc138c0cf40e044cfc1a8e462bf901b391f626524d1169c1df4b3ed79c2d9096c1a
7
- data.tar.gz: f66037b57046c1909721f3e5c5aae79fb364404ff48bd2341d5ba09bb9830c08d5417afd777d5a32f2d85df0c40bad7703a189b9903dda2dfe2aebb3e0dcbc63
6
+ metadata.gz: 8996f0725775332df6062ea2a2e05fdec1502018a3046ac47a8c1474d7fc3e9a55f8a2c379e15c1205d3e0e2a449a79f4517c09b98952a5dcceeec315408b7f9
7
+ data.tar.gz: 9dfa5a8e4acebae658e97f932da3be3cd19f6aff6dd5552474df6a6b546d238c055e48137e7784bb2027ebccff61a675f3c9336497700595979da3aa4e78d29d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-playablelocations_v3
2
2
 
3
+ ### v0.3.0 (2021-04-22)
4
+
5
+ * Regenerated from discovery document revision 20210421
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.2.0 (2021-03-04)
4
9
 
5
10
  * Regenerated using generator version 0.1.2
@@ -305,8 +305,8 @@ module Google
305
305
 
306
306
  # An object that represents a latitude/longitude pair. This is expressed as a
307
307
  # pair of doubles to represent degrees latitude and degrees longitude. Unless
308
- # specified otherwise, this must conform to the WGS84 standard. Values must be
309
- # within normalized ranges.
308
+ # specified otherwise, this object must conform to the WGS84 standard. Values
309
+ # must be within normalized ranges.
310
310
  # Corresponds to the JSON property `centerPoint`
311
311
  # @return [Google::Apis::PlayablelocationsV3::GoogleTypeLatLng]
312
312
  attr_accessor :center_point
@@ -328,8 +328,8 @@ module Google
328
328
 
329
329
  # An object that represents a latitude/longitude pair. This is expressed as a
330
330
  # pair of doubles to represent degrees latitude and degrees longitude. Unless
331
- # specified otherwise, this must conform to the WGS84 standard. Values must be
332
- # within normalized ranges.
331
+ # specified otherwise, this object must conform to the WGS84 standard. Values
332
+ # must be within normalized ranges.
333
333
  # Corresponds to the JSON property `snappedPoint`
334
334
  # @return [Google::Apis::PlayablelocationsV3::GoogleTypeLatLng]
335
335
  attr_accessor :snapped_point
@@ -556,8 +556,8 @@ module Google
556
556
 
557
557
  # An object that represents a latitude/longitude pair. This is expressed as a
558
558
  # pair of doubles to represent degrees latitude and degrees longitude. Unless
559
- # specified otherwise, this must conform to the WGS84 standard. Values must be
560
- # within normalized ranges.
559
+ # specified otherwise, this object must conform to the WGS84 standard. Values
560
+ # must be within normalized ranges.
561
561
  class GoogleTypeLatLng
562
562
  include Google::Apis::Core::Hashable
563
563
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PlayablelocationsV3
18
18
  # Version of the google-apis-playablelocations_v3 gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201013"
25
+ REVISION = "20210421"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-playablelocations_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-08 00:00:00.000000000 Z
11
+ date: 2021-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-playablelocations_v3/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-playablelocations_v3/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-playablelocations_v3/v0.3.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-playablelocations_v3
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.13
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Playable Locations API V3