google-cloud-monitoring 1.2.1 → 1.2.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
  SHA256:
3
- metadata.gz: dd4de1bf8cc74dff559303c28c8f82bbd03c8716d2c06a48f127e2883d51f751
4
- data.tar.gz: ee4039acd344c5d542115e43194e710f37b40dfb939857a28236824cbe0d0065
3
+ metadata.gz: 63d5abc4eff35e0c04288ba3753bf7be55cad71769ab3260b3916e553bd1c4e1
4
+ data.tar.gz: 5f43c24b936dedb51ea3ea86e57cdacd02c25dbe5772b4fd42f715df7b44b606
5
5
  SHA512:
6
- metadata.gz: 8f6bc43479d3d7f633233b8255b1f7a8be669fc1955dd1c514e9b8b7c388e32d70ff8c558f31881d7fd71da49b84ec8de7377ef71e399826b378046cd842eb24
7
- data.tar.gz: f19e6daeccf9f0d1b492ec48bf279c96beb303210d4656d14fd636e2858e3d7e9c9798f6e457db4fcf14be8bdbaa7e59f7c6c51316f84856f2702f798b9b138f
6
+ metadata.gz: a8d1fe548d638816992f6024fd4f3c782d32bcd3a54bd86aa7dbea67a673ef380ad839aa2a986f2f405a1246b1e325c72261a0c377c355087c3d6647c5d60fa4
7
+ data.tar.gz: 2534dc8e91770200ca15a54a592089c4da0892d703e54d0f693cc45d928fc295d352dae1bae60bab0ad944ec2bd495bf6178f638799349d22072c9266cca997b
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Monitoring.alert_policy_service
82
82
 
83
83
  ### Configuration
84
84
 
85
- The **Credentials JSON** can be configured instead of placing them in
86
- environment variables. Either on an individual client initialization:
85
+ The path to the **Credentials JSON** file can be configured instead of storing
86
+ it in an environment variable. Either on an individual client initialization:
87
87
 
88
88
  ```ruby
89
89
  require "google/cloud/monitoring"
@@ -93,7 +93,7 @@ client = Google::Cloud::Monitoring.alert_policy_service do |config|
93
93
  end
94
94
  ```
95
95
 
96
- Or configured globally for all clients:
96
+ Or globally for all clients:
97
97
 
98
98
  ```ruby
99
99
  require "google/cloud/monitoring"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Monitoring
23
- VERSION = "1.2.1"
23
+ VERSION = "1.2.2"
24
24
  end
25
25
  end
26
26
  end
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: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-01 00:00:00.000000000 Z
11
+ date: 2021-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core