google-cloud-spanner-v1 0.6.1 → 0.7.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 41a72594d6f552d0864b62d44ccf5bcb621424dd114e177582e896882c1179c2
|
|
4
|
+
data.tar.gz: 8a0cf1af6ee0796f9dd4fb2c367e5afcf9d5a4f2402ac409908c760f63b4857c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 037cd173b4eab18045a247b08c65b70f1a55c56beca607755da1baeaa5c66d5a2166d11d8580b40d4e2cf1393cc21a8a1431d6785aa86c6a1519986e8d5e374c
|
|
7
|
+
data.tar.gz: 356fdd38c9c4fc37118fd61e91a81782687083a3fb4aa58bcef0098e746a54970fdd90a8e54a4aed5a69a6577383d5dfefbf5002034f56a24d65606ad689b553
|
|
@@ -131,6 +131,15 @@ module Google
|
|
|
131
131
|
# <br>`[+-][Digits].Digits[ExponentIndicator[+-]Digits]`
|
|
132
132
|
# <br>(ExponentIndicator is `"e"` or `"E"`)
|
|
133
133
|
NUMERIC = 10
|
|
134
|
+
|
|
135
|
+
# Encoded as a JSON-formatted 'string' as described in RFC 7159. The
|
|
136
|
+
# following rules will be applied when parsing JSON input:
|
|
137
|
+
# - Whitespace will be stripped from the document.
|
|
138
|
+
# - If a JSON object has duplicate keys, only the first key will be
|
|
139
|
+
# preserved.
|
|
140
|
+
# - Members of a JSON object are not guaranteed to have their order
|
|
141
|
+
# preserved. JSON array elements will have their order preserved.
|
|
142
|
+
JSON = 11
|
|
134
143
|
end
|
|
135
144
|
end
|
|
136
145
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-spanner-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.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: 2021-06-
|
|
11
|
+
date: 2021-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|