google-cloud-app_engine 1.0.1 → 1.0.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: fb324bf997994db72d59c88f5ea41106e857089ff846a54f636a906a5ef337db
4
- data.tar.gz: 5c8222cd5b7b5948c4b63abce25efda9868f2ee8980fbb6c7c70c12883d4f874
3
+ metadata.gz: 6e633326c69460f61b624f66646692668f1140683a0e3ef3b4d0951c460e1575
4
+ data.tar.gz: c871f44148d7b048cd82072ba2c4ef35ee8eadf43924594570f0221bf90de786
5
5
  SHA512:
6
- metadata.gz: fc67859a7ce1a98cb3cd9a84b0047b73443eebdd87ec00cccf0e087f0964acf932c63d7f752ccc7ef5110cd76223d7a4cbf9fdb893039c19c88b4c4535bb7dff
7
- data.tar.gz: 926379a0d54e92b47250afeb8dbc25e26f6d09dc4678ca68dd7351b0fe1276c0427a7fa9b1bec7ad1ceae348de180a464ad8f48c83ea27800b7529e1a259b5dd
6
+ metadata.gz: a50dad7c0188ec42453d63fc091681f32c2f4ea4dceba884f18d2710cda982aecc5b48c9d1d36f96e9a98a3a636e5f36099c0ba1eaf6a8673a1a6c07b43f2cfc
7
+ data.tar.gz: 7aae92163eca47eed14e5e5d39e44d390a9970453e2392bb2d2672c92c47b9d7e89c4c896b947c1aecd44a8732c9ac69b43cc05b90e7f95cc7f4ef8d365fadc1
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::AppEngine.applications
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/app_engine"
@@ -93,7 +93,7 @@ client = Google::Cloud::AppEngine.applications 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/app_engine"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module AppEngine
23
- VERSION = "1.0.1"
23
+ VERSION = "1.0.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-app_engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.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-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-app_engine-v1