google-cloud-debugger 0.33.4 → 0.33.5
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 573f53d17be8d6c12ebef3810d46841bfdb59b100f562cbb8f9ac635eb5530f9
|
|
4
|
+
data.tar.gz: 1688a30f8d4edb17dedb7f7536c95e5bd6ebdd77998e6599b78b062b93ebc811
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 645755e84a1d9c6ff0704695b175a3c91abda688ec2cc84bd031ed38ad4bccdbb5337d43a43c52aef9e676a70084abe07f19e6cbfb9d6e0bfffc53d9a8614c25
|
|
7
|
+
data.tar.gz: d1a6a816c1cd55c9a8f6774cae3abb1142c3fc4e22494122677965f3d6dd7e513b058264050314a0dd7bfde0c3d8172a6eb92939ae2db9781c8b90564fbf2cf4
|
data/CHANGELOG.md
CHANGED
|
@@ -27,6 +27,7 @@ require "google/gax"
|
|
|
27
27
|
|
|
28
28
|
require "google/devtools/clouddebugger/v2/controller_pb"
|
|
29
29
|
require "google/cloud/debugger/v2/credentials"
|
|
30
|
+
require "google/cloud/debugger/version"
|
|
30
31
|
|
|
31
32
|
module Google
|
|
32
33
|
module Cloud
|
|
@@ -140,7 +141,7 @@ module Google
|
|
|
140
141
|
updater_proc = credentials.updater_proc
|
|
141
142
|
end
|
|
142
143
|
|
|
143
|
-
package_version =
|
|
144
|
+
package_version = Google::Cloud::Debugger::VERSION
|
|
144
145
|
|
|
145
146
|
google_api_client = "gl-ruby/#{RUBY_VERSION}"
|
|
146
147
|
google_api_client << " #{lib_name}/#{lib_version}" if lib_name
|
|
@@ -27,6 +27,7 @@ require "google/gax"
|
|
|
27
27
|
|
|
28
28
|
require "google/devtools/clouddebugger/v2/debugger_pb"
|
|
29
29
|
require "google/cloud/debugger/v2/credentials"
|
|
30
|
+
require "google/cloud/debugger/version"
|
|
30
31
|
|
|
31
32
|
module Google
|
|
32
33
|
module Cloud
|
|
@@ -132,7 +133,7 @@ module Google
|
|
|
132
133
|
updater_proc = credentials.updater_proc
|
|
133
134
|
end
|
|
134
135
|
|
|
135
|
-
package_version =
|
|
136
|
+
package_version = Google::Cloud::Debugger::VERSION
|
|
136
137
|
|
|
137
138
|
google_api_client = "gl-ruby/#{RUBY_VERSION}"
|
|
138
139
|
google_api_client << " #{lib_name}/#{lib_version}" if lib_name
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-debugger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.33.
|
|
4
|
+
version: 0.33.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Heng Xiong
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-06-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: binding_of_caller
|