google-cloud-debugger 0.42.0 → 0.42.1
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/AUTHENTICATION.md +2 -1
- data/CHANGELOG.md +6 -0
- data/CONTRIBUTING.md +2 -3
- data/lib/google/cloud/debugger/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 538aafa3b8ea1fadaef4a81651207de8ff2044ac8edeb5e31dfa7dc9d1b04293
|
|
4
|
+
data.tar.gz: 7ceec9bc919b53b965d855958d1fc71ef8a0b1d959c53d02345ade43d4d258f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cfac793f4d80491da98f423aa28d013e127cdc6f3b2bedd441caedd8a11aaaee4e946c117741dc589c5850af77354564ffdf8efa0592591029b0467c351d4b73
|
|
7
|
+
data.tar.gz: ade965963e90484abe885c6f1ab2ef7b90267e510ae11ea7a26ae270045a454a7d7c5f5bac8a3a43d72f9589ee004ce628a39d4ccee4f897404bb4b8e0ccb6a7
|
data/AUTHENTICATION.md
CHANGED
|
@@ -96,7 +96,8 @@ client = Google::Cloud::Debugger.new
|
|
|
96
96
|
|
|
97
97
|
### Configuration
|
|
98
98
|
|
|
99
|
-
The **Project ID** and **Credentials JSON** can be configured
|
|
99
|
+
The **Project ID** and the path to the **Credentials JSON** file can be configured
|
|
100
|
+
instead of placing them in environment variables or providing them as arguments.
|
|
100
101
|
|
|
101
102
|
```ruby
|
|
102
103
|
require "google/cloud/debugger"
|
data/CHANGELOG.md
CHANGED
data/CONTRIBUTING.md
CHANGED
|
@@ -119,7 +119,7 @@ If you alter an example's title, you may encounter breaking tests.
|
|
|
119
119
|
### Debugger Acceptance Tests
|
|
120
120
|
|
|
121
121
|
The Debugger acceptance tests interact with the live service API. Follow the
|
|
122
|
-
instructions in the {file:AUTHENTICATION.md Authentication
|
|
122
|
+
instructions in the {file:AUTHENTICATION.md Authentication Guide} for enabling
|
|
123
123
|
the Debugger API. Occasionally, some API features may not yet be generally
|
|
124
124
|
available, making it difficult for some contributors to successfully run the
|
|
125
125
|
entire acceptance test suite. However, please ensure that you do successfully
|
|
@@ -184,5 +184,4 @@ $ bundle exec rake rubocop
|
|
|
184
184
|
## Code of Conduct
|
|
185
185
|
|
|
186
186
|
Please note that this project is released with a Contributor Code of Conduct. By
|
|
187
|
-
participating in this project you agree to abide by its terms. See
|
|
188
|
-
{file:CODE_OF_CONDUCT.md Code of Conduct} for more information.
|
|
187
|
+
participating in this project you agree to abide by its terms. See {file:CODE_OF_CONDUCT.md Code of Conduct} for more information.
|
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.42.
|
|
4
|
+
version: 0.42.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Heng Xiong
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-07-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: binding_of_caller
|
|
@@ -346,7 +346,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
346
346
|
- !ruby/object:Gem::Version
|
|
347
347
|
version: '0'
|
|
348
348
|
requirements: []
|
|
349
|
-
rubygems_version: 3.2.
|
|
349
|
+
rubygems_version: 3.2.17
|
|
350
350
|
signing_key:
|
|
351
351
|
specification_version: 4
|
|
352
352
|
summary: API Client and instrumentation library for Stackdriver Debugger
|