google-cloud-datastore 1.5.4 → 1.5.5
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/CHANGELOG.md +4 -0
- data/lib/google/cloud/datastore/convert.rb +1 -1
- data/lib/google/cloud/datastore/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 17eaaffe0bb6405bc08876e97b170e8115d5a4455edfdec6a05a9533fda31a8a
|
|
4
|
+
data.tar.gz: 1230acdb7df1d62992b3512c75b3419e38e536caddaa4cb633bdc37252def44f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8dd982c48953ce421931065bdbee535c37e823a0c91c150837e2dc02ad3b9890c7d2bc536323391717b58605fa878541e4607a9ec268cb0cb74e3056210611e2
|
|
7
|
+
data.tar.gz: d50fe4db022a8d5f7006a62b9d26ef7f72478acbfc387b312fdda230559432187d2d17a00d740436cad4262c1dd225098ece1e2d0362baefcd520a22cbadc28d
|
data/CHANGELOG.md
CHANGED
|
@@ -100,7 +100,7 @@ module Google
|
|
|
100
100
|
return Time.at grpc_value.timestamp_value.seconds,
|
|
101
101
|
grpc_value.timestamp_value.nanos/1000.0
|
|
102
102
|
elsif grpc_value.value_type == :geo_point_value
|
|
103
|
-
return grpc_value.geo_point_value.
|
|
103
|
+
return grpc_value.geo_point_value.to_h
|
|
104
104
|
elsif grpc_value.value_type == :blob_value
|
|
105
105
|
return StringIO.new(
|
|
106
106
|
grpc_value.blob_value.dup.force_encoding("ASCII-8BIT"))
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-datastore
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Moore
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2019-07-
|
|
12
|
+
date: 2019-07-12 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: google-cloud-core
|