google-cloud-firestore 0.26.1 → 0.26.2

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: 13e08067d2cf6d137bd42758a42d5d6c4857135c92bc97c7384024ffb00d8bde
4
- data.tar.gz: cc7d1971f8e3ff3917f62a193085fbad1d1c49eec0c254da159c05bb501d65ae
3
+ metadata.gz: 82dc2cf47086876ab50d637a4411ad2f68ad3d4fa8d15d153fb50e7ff27176ea
4
+ data.tar.gz: d1d292413b310cc4a77774dfe650a92dfaf38346348af51d541ccc11736083aa
5
5
  SHA512:
6
- metadata.gz: 19e532ded089afcf078925c2db89faf226834894f640b195e5d9569702a905e97d9ed7df775daef2c99fab0cd2ab19cda3e3d909e4231ecb3e0aafaf5e059984
7
- data.tar.gz: 4cf4c9117d4df324091b54b41f7fcd763a0b80290bbd2ad5b7cbdfaab92014a20a3d37fc596024281947881f17383e7707a8d61a6b2c820895ee97a256b05d9d
6
+ metadata.gz: 1b7711a63d9c9bb8112494dd4b88a35dfd06e6d21089619babdc0ada292b89a6933890eee1e756b7150bb15b69d0dd04bb8ee95df1f246b80a3853d16d21e17c
7
+ data.tar.gz: 7e9e31a3b0a2dd6a582bd5548db5250e471c038eaf4a5aaf350ab2157534a6a1323396d163f52e3de54ffc7cdd603692585445860397e690afdf3a3acd1429a9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release History
2
2
 
3
+ ### 0.26.2 / 2019-07-12
4
+
5
+ * Update #to_hash to #to_h for compatibility with google-protobuf >= 3.9.0
6
+
3
7
  ### 0.26.1 / 2019-07-08
4
8
 
5
9
  * Support overriding service host and port in the low-level interface.
@@ -75,7 +75,7 @@ module Google
75
75
  Google::Cloud::Firestore::DocumentReference.from_path \
76
76
  value.reference_value, client
77
77
  when :geo_point_value
78
- value.geo_point_value.to_hash
78
+ value.geo_point_value.to_h
79
79
  when :array_value
80
80
  value.array_value.values.map { |v| value_to_raw v, client }
81
81
  when :map_value
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Firestore
19
- VERSION = "0.26.1".freeze
19
+ VERSION = "0.26.2".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-firestore
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.1
4
+ version: 0.26.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google Inc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-09 00:00:00.000000000 Z
11
+ date: 2019-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core