google-cloud-eventarc 0.1.0 → 1.0.0

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: 75cb9107facce7ffa2617171017385aa9a10cde9fe21132ef8c1e231488d775e
4
- data.tar.gz: ccc5de2ee1134f4c9f03831cbf9b8eefb03ffe22a1c84e69c788b30bb832576d
3
+ metadata.gz: 914e2ed35d66094cc224396c9d09554d8bd750656d59c8e2ab00e29620d8d1bf
4
+ data.tar.gz: d9ce976ea00791d5433ac99f0e788599368fd7557a7290f1263781b04296d1fb
5
5
  SHA512:
6
- metadata.gz: 04d1b46d1d8deb2f7eeb1f8e1e5335df7a07ab32d49180a290d9a355c14cad06c9e8a5338ca0302c3f1f607eb3d9ff81404dbf3774dc987d6aeb380dfc288ab9
7
- data.tar.gz: 3b3408d9a0dd951a874f37a57f21caa8496a03e2db1998ffb70005d8daa64296250fe2b44b9a9323b7e86d953fed52ca44c4c3f0adda98f634d794953f0bb109
6
+ metadata.gz: 4ecd4951b7799da950bfd0fa86c8f6bf79b3adb987032470fbe86506bd9e765eac0708f0cb1c2e888127665a7157bb40273300d95640e4d10c360538348ff24a
7
+ data.tar.gz: '088f8da6467b0694357ad44deefff10428e6610817ceb5e3bcbfcdd990483a7d1f4a51cad0ffe206283d5d69286f386bc4367af912d8222a14610e81790226ad'
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"
@@ -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"
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  API Client library for the Eventarc API
4
4
 
5
- Eventarc lets you asynchronously deliver events from Google services, SaaS, and your own apps using loosely coupled services that react to state changes. Eventarc requires no infrastructure management — you can optimize productivity and costs while building a modern, event-driven solution. Note that google-cloud-eventarc-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-eventarc instead. See the readme for more details.
5
+ Eventarc lets you asynchronously deliver events from Google services, SaaS, and your own apps using loosely coupled services that react to state changes. Eventarc requires no infrastructure management — you can optimize productivity and costs while building a modern, event-driven solution.
6
6
 
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-eventarc-v*`.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Eventarc
23
- VERSION = "0.1.0"
23
+ VERSION = "1.0.0"
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.0
4
+ version: 1.0.0
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-22 00:00:00.000000000 Z
11
+ date: 2021-08-31 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
@@ -153,9 +159,7 @@ dependencies:
153
159
  description: Eventarc lets you asynchronously deliver events from Google services,
154
160
  SaaS, and your own apps using loosely coupled services that react to state changes.
155
161
  Eventarc requires no infrastructure management — you can optimize productivity and
156
- costs while building a modern, event-driven solution. Note that google-cloud-eventarc-v1
157
- is a version-specific client library. For most uses, we recommend installing the
158
- main client library google-cloud-eventarc instead. See the readme for more details.
162
+ costs while building a modern, event-driven solution.
159
163
  email: googleapis-packages@google.com
160
164
  executables: []
161
165
  extensions: []