google-cloud-monitoring 0.23.1 → 0.23.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 779bd1e105ce7c40f83a26a1683ebe15418d3e08
|
4
|
+
data.tar.gz: 4f5c8a0494d0dec929e6b0a26b35e53b3fc01bba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b76f5bcbba44c8a8cf0157804347d264c6631ce45e755befb612b18533ea7a5cf8787de87f6d0082626fc6a424a21bd978f2dc9b1e37339a6e43d406ef046d2
|
7
|
+
data.tar.gz: 2ae7dfcb6bd90363bce65d7949f85bee1dd569d840fb784807127af6d23e3791ba3a61b5a7e02e3202afa40b1c0203f35e43ae3123d0c2973684ae64510bc208
|
@@ -173,7 +173,7 @@ module Google
|
|
173
173
|
|
174
174
|
google_api_client = "gl-ruby/#{RUBY_VERSION}"
|
175
175
|
google_api_client << " #{lib_name}/#{lib_version}" if lib_name
|
176
|
-
google_api_client << " gapic/ gax/#{Google::Gax::VERSION}"
|
176
|
+
google_api_client << " gapic/0.6.8 gax/#{Google::Gax::VERSION}"
|
177
177
|
google_api_client << " grpc/#{GRPC::VERSION}"
|
178
178
|
google_api_client.freeze
|
179
179
|
|
@@ -198,7 +198,7 @@ module Google
|
|
198
198
|
|
199
199
|
google_api_client = "gl-ruby/#{RUBY_VERSION}"
|
200
200
|
google_api_client << " #{lib_name}/#{lib_version}" if lib_name
|
201
|
-
google_api_client << " gapic/ gax/#{Google::Gax::VERSION}"
|
201
|
+
google_api_client << " gapic/0.6.8 gax/#{Google::Gax::VERSION}"
|
202
202
|
google_api_client << " grpc/#{GRPC::VERSION}"
|
203
203
|
google_api_client.freeze
|
204
204
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-monitoring
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.23.
|
4
|
+
version: 0.23.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: 2017-03-
|
11
|
+
date: 2017-03-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-gax
|