google-cloud-apigee_connect 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: 07a70bafd01e1bab934371ee31307358c1804f02960a8f5f0985d41e7d4d112f
4
- data.tar.gz: 9f8bc0692200a64c9d7c7a60d19a9cef31fb67d42a6af6b510321aabc450d53b
3
+ metadata.gz: 84aa2d06bf8e776f1b06181a5512ddaa54c019e5ae1f730ad016052b67c34cdb
4
+ data.tar.gz: 87b7f0ec997c40f338ac44e24486d912ef6e2c3fa82526d0418c554fb468ef45
5
5
  SHA512:
6
- metadata.gz: ae95730eae5c65510f765282e85a5df96385c81961074975d69c49f469fd28a024df1cff50229b114edc9ea33dd9981da34f1ae45aff8b450801f4c588ed3ccb
7
- data.tar.gz: 0e30cab976efbfbff72fe08dbc4eeec3e327c619fdba756f17760a6aafdf58ac7bb798d424b7304a7aa5659f9268945789ef13eddf2abc5748a1eafed984ab25
6
+ metadata.gz: 85115c73483264f644d8b48e05999b9ba84f47bb5a962885156399176a7a03a5e982d07f68c7f0fa15442b21dd564d4934832ceb5a0ebc142c8340b8e26b1e8d
7
+ data.tar.gz: ada5548d3e10d629f02d0fa7503d020deb35d1fd018f1313e6d4920608849841c19f13661c2bb1645a1b7f91d563b9ec57cee33a5e94607e14ca36762c900ac9
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-apigee_connect
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::ApigeeConnect::V1::ConnectionService::Credentials`):
68
68
 
69
- 1. `APIGEE_CONNECT_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `APIGEE_CONNECT_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
+ * `APIGEE_CONNECT_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `APIGEE_CONNECT_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/apigee_connect"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module ApigeeConnect
23
- VERSION = "0.1.1"
23
+ VERSION = "0.1.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,43 +1,49 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-apigee_connect
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-apigee_connect-v1
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0.0'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
25
28
  - !ruby/object:Gem::Version
26
29
  version: '0.0'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: 2.a
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: google-cloud-core
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
37
  - - "~>"
32
38
  - !ruby/object:Gem::Version
33
- version: '1.5'
39
+ version: '1.6'
34
40
  type: :runtime
35
41
  prerelease: false
36
42
  version_requirements: !ruby/object:Gem::Requirement
37
43
  requirements:
38
44
  - - "~>"
39
45
  - !ruby/object:Gem::Version
40
- version: '1.5'
46
+ version: '1.6'
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: google-style
43
49
  requirement: !ruby/object:Gem::Requirement