google-cloud-eventarc 0.1.2 → 0.1.3

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: f08be14c13c10c9f23724074299f63c27c91e32f773a3d4c7904edf9706de1d4
4
- data.tar.gz: be12e86297a1c9876b9d8314fe930a45b4fb343385a601c25d9bb1b813fe9348
3
+ metadata.gz: 82abd39a094e02dc2ecd151093ec10660598e8802f0f38cca813d65605e8dc83
4
+ data.tar.gz: 8056718f67d846af27b8ea81b1580aec5040b6c437a8f2913942e7b11cb8eb20
5
5
  SHA512:
6
- metadata.gz: 849e1bf15536c4ca6dbfaf63a0f225aded4d54ae2eff2c2e8e1132ac8a686552c60db154e02f284d42ba7b8b3050f0a3fd158213fde61582f70cf81711df7ffd
7
- data.tar.gz: 31d848665335aa2869ee54678c496a1a7e5c4e2eca8f7e40e4eae920f13cace1821cd4fc2389029af489c385d2c0e0a50e14f8677f066e7378c1e6a0d60a5e0a
6
+ metadata.gz: 988b83b130293009fd2674306b0a6ee0f52cb4b23ebcfe7471308e776cd9afdd3c3237299ba6722af2711990615c9090b65485df29d738da147fcd355e059d29
7
+ data.tar.gz: b59324ce4f648af9cbdbaef4d7064cc6b69916743d25ecda881de45b4f210eacc4ca93dbe6e78807ef08b7328642cd465cecfa90cd21afc6fc9024bd7db855b9
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Eventarc.eventarc
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/eventarc"
@@ -93,7 +93,7 @@ client = Google::Cloud::Eventarc.eventarc 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/eventarc"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Eventarc
23
- VERSION = "0.1.2"
23
+ VERSION = "0.1.3"
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-eventarc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
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-06-30 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