google-cloud-firestore 0.26.2 → 1.0.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: 82dc2cf47086876ab50d637a4411ad2f68ad3d4fa8d15d153fb50e7ff27176ea
4
- data.tar.gz: d1d292413b310cc4a77774dfe650a92dfaf38346348af51d541ccc11736083aa
3
+ metadata.gz: 59722ad7ca97829be2d1b4fef41f04feb57b59829748e2ae4dc0c997a2f38c9c
4
+ data.tar.gz: eae83c0c46385c40ebed685020696b21a70213b2c2365f73583f4b80f7fb018f
5
5
  SHA512:
6
- metadata.gz: 1b7711a63d9c9bb8112494dd4b88a35dfd06e6d21089619babdc0ada292b89a6933890eee1e756b7150bb15b69d0dd04bb8ee95df1f246b80a3853d16d21e17c
7
- data.tar.gz: 7e9e31a3b0a2dd6a582bd5548db5250e471c038eaf4a5aaf350ab2157534a6a1323396d163f52e3de54ffc7cdd603692585445860397e690afdf3a3acd1429a9
6
+ metadata.gz: 2bc4ab3e852b45dff885a3fa491b8048649abb07d26cba035b09894738956b571c185645f404a08632cd8122caf4db86fc3dd926854e0bfe1511303697431595
7
+ data.tar.gz: 040ff8cb71f195695825ab50be5dc09203c129fa76f7804651341849f63bf90af63d0bb74bc668127659543ee03a54c31b20599f001566b820a79793fc209b1a
@@ -1,5 +1,9 @@
1
1
  # Release History
2
2
 
3
+ ### 1.0.0 / 2019-07-15
4
+
5
+ * Bump release level to GA.
6
+
3
7
  ### 0.26.2 / 2019-07-12
4
8
 
5
9
  * Update #to_hash to #to_h for compatibility with google-protobuf >= 3.9.0
@@ -21,7 +21,7 @@ module Google
21
21
  # rubocop:disable LineLength
22
22
 
23
23
  ##
24
- # # Ruby Client for Google Cloud Firestore API ([Beta](https://github.com/googleapis/google-cloud-ruby#versioning))
24
+ # # Ruby Client for Google Cloud Firestore API ([GA](https://github.com/googleapis/google-cloud-ruby#versioning))
25
25
  #
26
26
  # [Google Cloud Firestore API][Product Documentation]:
27
27
  #
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Firestore
19
- VERSION = "0.26.2".freeze
19
+ VERSION = "1.0.0".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.2
4
+ version: 1.0.0
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-12 00:00:00.000000000 Z
11
+ date: 2019-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core