google-gax 0.1.2 → 0.1.3
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 +4 -4
- data/README.md +1 -1
- data/lib/google/gax/api_callable.rb +1 -1
- data/lib/google/gax/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4c5ff2bfbcc82e5320ab20d550923bdf003c4a7a
|
|
4
|
+
data.tar.gz: 83336c0d592b0ccfe965bc6d667ce4497ea6fbb1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d68e2841381b5ec2d8d9c4ec9f189e8c78cb9306ac4df3444133f1dc8bccc7e94faf213d47068fad5025377c33e271be2d6f6a1130c494e82eb69b79aa848244
|
|
7
|
+
data.tar.gz: b58732d2fc4a3d45fc70cc9b59a0ecd3975f385ef6062749cbc483596601c566359f5937f08c8916f47f4341683587402fa2cc9647b282e24931b14fdf22304a
|
data/README.md
CHANGED
|
@@ -49,7 +49,7 @@ stable.
|
|
|
49
49
|
Details
|
|
50
50
|
-------
|
|
51
51
|
|
|
52
|
-
For detailed documentation of the modules in gax-
|
|
52
|
+
For detailed documentation of the modules in gax-ruby, please watch [DOCUMENTATION][].
|
|
53
53
|
|
|
54
54
|
[DOCUMENTATION]: http://www.rubydoc.info/gems/google-gax
|
|
55
55
|
|
|
@@ -89,7 +89,7 @@ module Google
|
|
|
89
89
|
# Truthiness of next_page_token.
|
|
90
90
|
def next_page_token?
|
|
91
91
|
!@response.nil? && !next_page_token.nil? && next_page_token != 0 &&
|
|
92
|
-
(!next_page_token.respond_to?(:empty) || !next_page_token.empty?)
|
|
92
|
+
(!next_page_token.respond_to?(:empty?) || !next_page_token.empty?)
|
|
93
93
|
end
|
|
94
94
|
end
|
|
95
95
|
|
data/lib/google/gax/version.rb
CHANGED
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.1.
|
|
4
|
+
version: 0.1.3
|
|
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: 2016-04
|
|
11
|
+
date: 2016-05-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: googleauth
|
|
@@ -175,7 +175,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
175
175
|
version: '0'
|
|
176
176
|
requirements: []
|
|
177
177
|
rubyforge_project:
|
|
178
|
-
rubygems_version: 2.
|
|
178
|
+
rubygems_version: 2.4.8
|
|
179
179
|
signing_key:
|
|
180
180
|
specification_version: 4
|
|
181
181
|
summary: Aids the development of APIs for clients and servers based on GRPC and Google
|