google-apis-places_v1 0.25.0 → 0.26.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/places_v1/gem_version.rb +2 -2
- data/lib/google/apis/places_v1.rb +3 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 38df5b3a116cbe677c4fe69934ef3e575b65dd81d72dacc03475148c280b36b4
|
4
|
+
data.tar.gz: 0eb52e55967c99db5775c5d86cbe8bb2ff48515405df7e5adf658f52ae56661a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: da241d9ae89f1c0ac7543f0dfe50e10edb4757b5b10450451d2510c193085c7fd8537cb2ca5c7f71762c96a9c30a2c19d8f2ca9b065fc8649c680df7c3161153
|
7
|
+
data.tar.gz: 1ed7ebd36b6c18679232bd4ac2586d86d290fd614e3cf6df077bf96ed6ab51fb126a01c4e2831805e882476e8cb1f1f15404ffb13a252386be6d1c099762ad7a
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module PlacesV1
|
18
18
|
# Version of the google-apis-places_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.26.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240920"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -41,6 +41,9 @@ module Google
|
|
41
41
|
# Private Service: https://www.googleapis.com/auth/maps-platform.places.details
|
42
42
|
AUTH_MAPS_PLATFORM_PLACES_DETAILS = 'https://www.googleapis.com/auth/maps-platform.places.details'
|
43
43
|
|
44
|
+
# Private Service: https://www.googleapis.com/auth/maps-platform.places.getphotomedia
|
45
|
+
AUTH_MAPS_PLATFORM_PLACES_GETPHOTOMEDIA = 'https://www.googleapis.com/auth/maps-platform.places.getphotomedia'
|
46
|
+
|
44
47
|
# Private Service: https://www.googleapis.com/auth/maps-platform.places.nearbysearch
|
45
48
|
AUTH_MAPS_PLATFORM_PLACES_NEARBYSEARCH = 'https://www.googleapis.com/auth/maps-platform.places.nearbysearch'
|
46
49
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-places_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.26.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: 2024-09-
|
11
|
+
date: 2024-09-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-places_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-places_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-places_v1/v0.26.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-places_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|