google-gax 0.8.7 → 0.8.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +0 -0
- data/Rakefile +0 -0
- data/lib/google/gax.rb +0 -0
- data/lib/google/gax/api_callable.rb +0 -0
- data/lib/google/gax/bundling.rb +0 -0
- data/lib/google/gax/constants.rb +0 -0
- data/lib/google/gax/credentials.rb +0 -0
- data/lib/google/gax/errors.rb +0 -0
- data/lib/google/gax/grpc.rb +0 -0
- data/lib/google/gax/operation.rb +0 -0
- data/lib/google/gax/path_template.rb +0 -0
- data/lib/google/gax/settings.rb +0 -0
- data/lib/google/gax/util.rb +0 -0
- data/lib/google/gax/version.rb +1 -1
- data/lib/google/longrunning/operations_client.rb +0 -0
- data/lib/google/longrunning/operations_client_config.json +0 -0
- data/spec/fixtures/fixture.proto +0 -0
- data/spec/fixtures/fixture_pb.rb +0 -0
- data/spec/google/gax/api_callable_spec.rb +0 -0
- data/spec/google/gax/bundling_spec.rb +0 -0
- data/spec/google/gax/credentials_spec.rb +0 -0
- data/spec/google/gax/grpc_spec.rb +0 -0
- data/spec/google/gax/operation_spec.rb +0 -0
- data/spec/google/gax/path_template_spec.rb +0 -0
- data/spec/google/gax/settings_spec.rb +0 -0
- data/spec/google/gax/util_spec.rb +0 -0
- data/spec/spec_helper.rb +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d01554d9585efae173a06f021c95ee26fcc6b043
|
4
|
+
data.tar.gz: 8fcb4ef5ac286b1ce963ccea9d6a2ceb1b727cfa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f841c39cea967f4d120e4089812bd6aa676d7f0412dc1ff865633a4c322087ec85ee0e1be3e45d621c1cb5a1bfff8bd813281795cb80242a8c73f552ef120449
|
7
|
+
data.tar.gz: 3f98b5a00ca78eff391ea81de5a053e2026b1c235eb2941d2081141ed3080fa574ba29de6684ddad76d993be7d55e1eb1114a21d50575d76aed1b98a85b6c557
|
data/README.md
CHANGED
File without changes
|
data/Rakefile
CHANGED
File without changes
|
data/lib/google/gax.rb
CHANGED
File without changes
|
File without changes
|
data/lib/google/gax/bundling.rb
CHANGED
File without changes
|
data/lib/google/gax/constants.rb
CHANGED
File without changes
|
File without changes
|
data/lib/google/gax/errors.rb
CHANGED
File without changes
|
data/lib/google/gax/grpc.rb
CHANGED
File without changes
|
data/lib/google/gax/operation.rb
CHANGED
File without changes
|
File without changes
|
data/lib/google/gax/settings.rb
CHANGED
File without changes
|
data/lib/google/gax/util.rb
CHANGED
File without changes
|
data/lib/google/gax/version.rb
CHANGED
File without changes
|
File without changes
|
data/spec/fixtures/fixture.proto
CHANGED
File without changes
|
data/spec/fixtures/fixture_pb.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/spec/spec_helper.rb
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-gax
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google API Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-09-
|
11
|
+
date: 2017-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: googleauth
|