google-cloud-bigtable 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f160f91302ae07b76627873f6235f8d94f951c5cbdbd4eb33831eb973e95ad4
4
- data.tar.gz: 2fb74343e563b79b47d1eb3c4a219e8c0351dfdda4f6c6da258b9aa6a0c014e8
3
+ metadata.gz: d2c1fb609f8db01cde0db582a3b9e0ca9449d799b0ac1f846f7228588cf96aae
4
+ data.tar.gz: 24f397071cd64bfb49d8b7291484220c12fcc310f947961ebe17a79035fc2821
5
5
  SHA512:
6
- metadata.gz: 7ff2cb72abf932398f1c521552be53afeaaa31834cab32e3f622b76fef6830d60cca65f502aded25437000d2181a9a97d1c75866bfed91be79170c664bd505cc
7
- data.tar.gz: 6f470f2cb38bcb1a93bf7a1e0302eec31a75344ae02fa22bdfd2fad7b8db3e99d488370d67763b7a66eaf0463af2566e3d5b4bb380d206540eef121218803e52
6
+ metadata.gz: 6bec388faa026a1020991fbb6f1fb183879582b67625ada410e4fbdcc940322bde9e8d0d557a6d880c023e036dee8980b1f40414fa02dbd2c7c7858aef467219
7
+ data.tar.gz: a9a06cdcc075b1aa94ac74de239bf45e3c8263d77676dc3723bdc899d46ea506c49588e52f9e23f394ff644a8104df70f159313dc8e1a162fd52494e73c785ad
@@ -1,5 +1,9 @@
1
1
  # Release History
2
2
 
3
+ ### 0.4.3 / 2019-07-12
4
+
5
+ * Update #to_hash to #to_h for compatibility with google-protobuf >= 3.9.0
6
+
3
7
  ### 0.4.2 / 2019-07-09
4
8
 
5
9
  * Add IAM GetPolicyOptions in the lower-level interface.
@@ -245,7 +245,7 @@ module Google
245
245
  # @raise [Google::Cloud::Bigtable::InvalidRowStateError]
246
246
  #
247
247
  def raise_if condition, message
248
- raise InvalidRowStateError.new(message, chunk.to_hash) if condition
248
+ raise InvalidRowStateError.new(message, chunk.to_h) if condition
249
249
  end
250
250
  end
251
251
  end
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Bigtable
19
- VERSION = "0.4.2".freeze
19
+ VERSION = "0.4.3".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-bigtable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
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-gax