google-cloud-datastore 1.0.1 → 1.1.0

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
  SHA1:
3
- metadata.gz: d2c13dcd8431af27eab5f45b55a2c37ad441a057
4
- data.tar.gz: 86c8200967859e4375217c9a216f80d454b3363c
3
+ metadata.gz: 2f3d7ba920c420f0de58f98ef2b0be976680d865
4
+ data.tar.gz: 6e583306c876a131e9e148391e9b5b1b2ef029e7
5
5
  SHA512:
6
- metadata.gz: dc27b1edb9c55684a646c497354fdaa567a5fb4ad7a063277f553cdfe94548f4111a648613a63b5f6606959e791687f1e49d9c775888c14225c46b102cd0dfa4
7
- data.tar.gz: 35674c3edcd552553470cce07ba660e1bfc3387ffcc2a22db82f573fce25c2ff480ec083dc291fcebef3dcaf393b6f55f0fe25bef5753c71c779140be51cee55
6
+ metadata.gz: d2cc493dabe73949418a6d63976ef30558cf80af0dd677d39faf80edcca48fd76390d3f73a7a3ef666eaeb3062b8630cb743f77fdf25e3266035232d970398b5
7
+ data.tar.gz: 298e24737a0433365dae3c21d4af984540e8622620ed4c80b3413cdb7139db2f80719c9a167e84513f00238877f8a82dad361cb0a646fc661b6614cfb6a243cd
@@ -6,9 +6,7 @@
6
6
  "DEADLINE_EXCEEDED",
7
7
  "UNAVAILABLE"
8
8
  ],
9
- "non_idempotent": [
10
- "UNAVAILABLE"
11
- ]
9
+ "non_idempotent": []
12
10
  },
13
11
  "retry_params": {
14
12
  "default": {
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Datastore
19
- VERSION = "1.0.1"
19
+ VERSION = "1.1.0"
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-datastore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Moore
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-05-06 00:00:00.000000000 Z
12
+ date: 2017-07-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: google-cloud-core
@@ -219,7 +219,7 @@ files:
219
219
  - lib/google/datastore/v1/datastore_services_pb.rb
220
220
  - lib/google/datastore/v1/entity_pb.rb
221
221
  - lib/google/datastore/v1/query_pb.rb
222
- homepage: http://googlecloudplatform.github.io/google-cloud-ruby/
222
+ homepage: https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-datastore
223
223
  licenses:
224
224
  - Apache-2.0
225
225
  metadata: {}