google-maps-fleet_engine 1.2.0 → 1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bddb8032bfcc90ebcb3bf6a02936d1e2e3338c7a5e4a9fd1bdce447bb619c7bf
4
- data.tar.gz: 4a5433ea36db3a9c0cae1a682388c4475385f3e671ccb7dc47af869b91cd0c66
3
+ metadata.gz: 884b6836c32949ffa94f3fd3e54b6fb81847909cdbc7a1bb8f9ae9e950c113d7
4
+ data.tar.gz: 8918d8f6d24a3554c1b485ea5880550e7106575facdb1c1437b6fcc141ba171e
5
5
  SHA512:
6
- metadata.gz: ed90898033a38bffbb666bc456f5a335a01c0276d4155a5af1571b7efe1dbadb6be5a5c0774c674610287c85d02f3c27dd29aa152875b35d6b397ae454b67766
7
- data.tar.gz: 32afbb9c3db47ae91db287d658f771892e9b9b9c4430b2f47e7509e6ced601bd100717ccf1b91e6632da7b4f5c638534ece87116b62237560dbb0302c28e9968
6
+ metadata.gz: 1f194c4eeef8dc7a15f00d740b2c25b79843ed149b8ac2476a1ca5002aa055d633dd653471a4b22390ae8c424114640bf71ef952a5f6cdae1ef95efb4c4bc4c9
7
+ data.tar.gz: 1864f0df5ffca67b8fe6e55ae9330b5fa28323f6e831bb78c86d88b319cbe065e1919f6bcac62f9d8c940acd7713ac43240479574c0436b551daa52ecdbbcefc
data/README.md CHANGED
@@ -74,7 +74,7 @@ working, try updating the versioned clients in your bundle or installed gems:
74
74
 
75
75
  ## Supported Ruby Versions
76
76
 
77
- This library is supported on Ruby 3.0+.
77
+ This library is supported on Ruby 3.2+.
78
78
 
79
79
  Google provides official support for Ruby versions that are actively supported
80
80
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Maps
22
22
  module FleetEngine
23
- VERSION = "1.2.0"
23
+ VERSION = "1.3.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-maps-fleet_engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC