google-maps-fleet_engine 1.1.0 → 1.1.1
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/README.md +1 -1
- data/lib/google/maps/fleet_engine/version.rb +1 -1
- 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: 96b0e0a868c9a1cff666be0b7bd1de50a9446e7df9933e7ebc0c3e7cc19b0bd9
|
4
|
+
data.tar.gz: 80b6ade3514f70d6c3a2198ea82a79e8871ec4c5a1a7d956af6a9e5d7c082e08
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 724b033d23a23f2e7a5ddadcee7891ae04384477fe13422121b6aa0708a0a57e4afe6757f38c0eb91ce6cdcb120ed5d13113d0e7631a4d24ff9e83921d93fc4d
|
7
|
+
data.tar.gz: ef2d8848701e97132a88b3a771c31b5d5bd97a0cfeff3e73d3e3d1456c8b13fd80e027e39c2fc2027be209662b591ecc31903b20d7dd1814f225974472a1b5cb
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Enables Fleet Engine for access to the On Demand Rides and Deliveries and Last M
|
|
7
7
|
Actual client classes for the various versions of this API are defined in
|
8
8
|
_versioned_ client gems, with names of the form `google-maps-fleet_engine-v*`.
|
9
9
|
The gem `google-maps-fleet_engine` is the main client library that brings the
|
10
|
-
|
10
|
+
versioned gems in as dependencies, and provides high-level methods for
|
11
11
|
constructing clients. More information on versioned clients can be found below
|
12
12
|
in the section titled *Which client should I use?*.
|
13
13
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-maps-fleet_engine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-cloud-core
|
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
77
77
|
- !ruby/object:Gem::Version
|
78
78
|
version: '0'
|
79
79
|
requirements: []
|
80
|
-
rubygems_version: 3.6.
|
80
|
+
rubygems_version: 3.6.8
|
81
81
|
specification_version: 4
|
82
82
|
summary: Enables Fleet Engine for access to the On Demand Rides and Deliveries and
|
83
83
|
Last Mile Fleet Solution APIs. Customer's use of Google Maps Content in the Cloud
|