google-cloud-eventarc 0.1.1 → 0.1.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: 639079e032a83cdd8f486878548ec20c697496c6386b9969b600c4428cbaf103
4
- data.tar.gz: 8cd97e128d96710bf81017917745213689bb74474596070b76bd3c402dbe0cd0
3
+ metadata.gz: f08be14c13c10c9f23724074299f63c27c91e32f773a3d4c7904edf9706de1d4
4
+ data.tar.gz: be12e86297a1c9876b9d8314fe930a45b4fb343385a601c25d9bb1b813fe9348
5
5
  SHA512:
6
- metadata.gz: 440c5ecf12275a44858987c35acd5474d24ca1a1cfb243b6e762238fb5bf5177399692ed98ed7b10696d7bf31dab8c138f831aede1914a635de1dbf27f5af273
7
- data.tar.gz: d943bef93897250a520aed68c12f3382d4b9eb3441f3d58c4ef560b6a3b1ec809550945a25c31f0291d66c2bf39f8b252c4e7d94cad521e71c5a51945d7b5637
6
+ metadata.gz: 849e1bf15536c4ca6dbfaf63a0f225aded4d54ae2eff2c2e8e1132ac8a686552c60db154e02f284d42ba7b8b3050f0a3fd158213fde61582f70cf81711df7ffd
7
+ data.tar.gz: 31d848665335aa2869ee54678c496a1a7e5c4e2eca8f7e40e4eae920f13cace1821cd4fc2389029af489c385d2c0e0a50e14f8677f066e7378c1e6a0d60a5e0a
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-eventarc
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::Eventarc::V1::Eventarc::Credentials`):
68
68
 
69
- 1. `EVENTARC_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `EVENTARC_KEYFILE` - Path to JSON file, or JSON contents
71
- 3. `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
- 4. `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
- 5. `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
69
+ * `EVENTARC_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `EVENTARC_KEYFILE` - Path to JSON file, or JSON contents
71
+ * `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
+ * `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
+ * `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
74
74
 
75
75
  ```ruby
76
76
  require "google/cloud/eventarc"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Eventarc
23
- VERSION = "0.1.1"
23
+ VERSION = "0.1.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-eventarc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.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-06-23 00:00:00.000000000 Z
11
+ date: 2021-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -16,28 +16,34 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.5'
19
+ version: '1.6'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.5'
26
+ version: '1.6'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: google-cloud-eventarc-v1
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0.0'
34
+ - - "<"
35
+ - !ruby/object:Gem::Version
36
+ version: 2.a
34
37
  type: :runtime
35
38
  prerelease: false
36
39
  version_requirements: !ruby/object:Gem::Requirement
37
40
  requirements:
38
- - - "~>"
41
+ - - ">="
39
42
  - !ruby/object:Gem::Version
40
43
  version: '0.0'
44
+ - - "<"
45
+ - !ruby/object:Gem::Version
46
+ version: 2.a
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: google-style
43
49
  requirement: !ruby/object:Gem::Requirement