google-apis-places_v1 0.5.0 → 0.6.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: b6330cbfdc900b60417277ed5ba763ccd6be1c25d1d955eb8545b2704d4f6e82
4
- data.tar.gz: e15dd735333564dd95d9022e58ba5514335f6ff480daa026476c3621c589a17d
3
+ metadata.gz: 04aabd735f2c8ac1530c367d83b1691cbb50e18ed0bf9078291561999c03f1ee
4
+ data.tar.gz: 552b0f1f55ed7aa7e0b56df05ce32eaa4c1405589aa9da8c62fe09f80051bf31
5
5
  SHA512:
6
- metadata.gz: 7418e72c2bbdf6eb4273956db8b073750814fae429670d6e46e6a2fcad5b1077385565a7f4e9f338824a9f507912dc358dac3caab19c41a8db33933bb8daa611
7
- data.tar.gz: e56ec9b56db759791c2776e197de9b1689af7169240dbe9d58ed332c8beca887acad82bece45fce5463684249fb1531eb068f283dc7cf86044e02def15a2ee1a
6
+ metadata.gz: 04c96d5dcc180562e9a01ebfeb665b82a789b202601dcdff36a2e389d4a7d0521b5d494bbdd366e8edd09d8abf83d07df2045f87415c5714be45aa7ed53f3aa3
7
+ data.tar.gz: 2f17c043f841135491331414d40c18b0bb60889102e469f83a9dc0a8d5e1e1fc8ffe04b5d6ff1eacd7ec01d3639dfa075d3ba1f999aec686fad925beba4c65d0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-places_v1
2
2
 
3
+ ### v0.6.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230905
6
+
3
7
  ### v0.5.0 (2023-09-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20230829
@@ -386,8 +386,8 @@ module Google
386
386
  # @return [String]
387
387
  attr_accessor :website_uri
388
388
 
389
- # Output only. Specifies if the place has an entrance that is wheelchair-
390
- # accessible.
389
+ # Output only. [Deprecated!] Specifies if the place has an entrance that is
390
+ # wheelchair-accessible.
391
391
  # Corresponds to the JSON property `wheelchairAccessibleEntrance`
392
392
  # @return [Boolean]
393
393
  attr_accessor :wheelchair_accessible_entrance
@@ -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.5.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230829"
25
+ REVISION = "20230905"
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-places_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.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: 2023-09-03 00:00:00.000000000 Z
11
+ date: 2023-09-10 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.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-places_v1/v0.6.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: []