google-cloud-location 0.3.beta.3 → 0.3.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/lib/google/cloud/location/locations/client.rb +1 -1
- data/lib/google/cloud/location/locations/rest/client.rb +1 -1
- data/lib/google/cloud/location/locations/rest/service_stub.rb +1 -1
- data/lib/google/cloud/location/locations/rest.rb +1 -1
- data/lib/google/cloud/location/rest.rb +1 -1
- data/lib/google/cloud/location/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b51c8c3c2f29e8eb76b9226050de544a88eb4402fede2db79aebe4a7bd9d982
|
4
|
+
data.tar.gz: f33fddcf244d7501d3b1a9e7bfad69036989808c5bf54bb0cadc39066a6757e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb2f8eb46e52a7e1e49a45539c061c743dca6e76c45a4103e4ae08e28e114767f594b2da6948b4d3676aeae5eeaf260a6341aff657cc139b6f2cf5d2250ab14e
|
7
|
+
data.tar.gz: cd0ddf5188a5789eed83b26c3c7204490a84183b643b169ba30aabebb69b408932c3a9b8d2edbf842902951da9458fdef14ab42f0b30cc102e722f39adcded8f
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-location
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-01-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -190,7 +190,7 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
190
190
|
licenses:
|
191
191
|
- Apache-2.0
|
192
192
|
metadata: {}
|
193
|
-
post_install_message:
|
193
|
+
post_install_message:
|
194
194
|
rdoc_options: []
|
195
195
|
require_paths:
|
196
196
|
- lib
|
@@ -201,12 +201,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
201
201
|
version: '2.6'
|
202
202
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
203
203
|
requirements:
|
204
|
-
- - "
|
204
|
+
- - ">="
|
205
205
|
- !ruby/object:Gem::Version
|
206
|
-
version:
|
206
|
+
version: '0'
|
207
207
|
requirements: []
|
208
|
-
rubygems_version: 3.
|
209
|
-
signing_key:
|
208
|
+
rubygems_version: 3.4.2
|
209
|
+
signing_key:
|
210
210
|
specification_version: 4
|
211
211
|
summary: API Client library for the Locations API
|
212
212
|
test_files: []
|