google-cloud-firestore 1.4.1 → 1.4.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: 7c6817bc0ec1113059a7a310bf96f92272d0947d2602c511796c2c921c325f41
4
- data.tar.gz: 2b0835c6d9d67b03b1bfc00b7d03fde70f2696612194d51b7dec55f64066b246
3
+ metadata.gz: 6c3719a10debf1a9896fc69c6c76765b4f71862db3ad425b53b009ea480b682c
4
+ data.tar.gz: 88271c64bf3656ae243882995286b67ce854128574c80badd2c529f9a4e58070
5
5
  SHA512:
6
- metadata.gz: c40af10bf4ffd742dc9b889d4591d23197526ab4b5f0246bcd5b166ac0b913aaff2e78c41b3ccf1d1a8328c1e59075cb317616e2bb655e4ad105a20a8df9c9a2
7
- data.tar.gz: b4f8e9c5d553951f49b42013247f665dd454be9b93c2edb329b9e7ac223275b1828d004a123faa98e65d357c4692cfd2f5dc3ecdfb0702fce044a67c2dcc82bf
6
+ metadata.gz: b598f284926032faaf6da52686c4c95478cb8545de358a57c5a3a5539a23a6fea8584fd2256c9a0726fe1e35484d0470a1fd1d7278ade130069f353d835f778b
7
+ data.tar.gz: 31e0a80e84290cf189c3337a91f06715029ecf58d5129fdae771a4aadc9847f0d31da8f1d50ea18ad69cc9b615a48242259fb42ef8f721d99c100743588653c8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 1.4.2 / 2020-05-14
4
+
5
+ #### Bug Fixes
6
+
7
+ * Fix Ruby 2.7 keyword argument warning
8
+
3
9
  ### 1.4.1 / 2020-04-14
4
10
 
5
11
  #### Bug Fixes
@@ -195,7 +195,7 @@ module Google
195
195
  end
196
196
 
197
197
  def call_options parent: nil, token: nil
198
- Google::Gax::CallOptions.new({
198
+ Google::Gax::CallOptions.new(**{
199
199
  metadata: default_headers(parent),
200
200
  page_token: token
201
201
  }.delete_if { |_, v| v.nil? })
@@ -21,6 +21,8 @@ module Google
21
21
  # rubocop:disable LineLength
22
22
 
23
23
  ##
24
+ # @deprecated Use Google::Cloud::Firestore::V1 instead.
25
+ #
24
26
  # # Ruby Client for Google Cloud Firestore API
25
27
  #
26
28
  # [Google Cloud Firestore API][Product Documentation]:
@@ -33,6 +33,8 @@ module Google
33
33
  module Cloud
34
34
  module Firestore
35
35
  module V1beta1
36
+ # @deprecated Use Google::Cloud::Firestore::V1::FirestoreClient instead.
37
+ #
36
38
  # The Cloud Firestore service.
37
39
  #
38
40
  # This service exposes several types of comparable timestamps:
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Firestore
19
- VERSION = "1.4.1".freeze
19
+ VERSION = "1.4.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: 1.4.1
4
+ version: 1.4.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: 2020-04-14 00:00:00.000000000 Z
11
+ date: 2020-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -126,14 +126,14 @@ dependencies:
126
126
  requirements:
127
127
  - - "~>"
128
128
  - !ruby/object:Gem::Version
129
- version: '5.10'
129
+ version: '5.14'
130
130
  type: :development
131
131
  prerelease: false
132
132
  version_requirements: !ruby/object:Gem::Requirement
133
133
  requirements:
134
134
  - - "~>"
135
135
  - !ruby/object:Gem::Version
136
- version: '5.10'
136
+ version: '5.14'
137
137
  - !ruby/object:Gem::Dependency
138
138
  name: minitest-autotest
139
139
  requirement: !ruby/object:Gem::Requirement