google-area120-tables 0.2.1 → 0.2.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: a61e022df314f9641435b192eb30a7b39bff953b8988860ffb013f0758b17166
4
- data.tar.gz: 7a73a9d92986316c28f92037865974ad48406705d6c6e3fe2624b66ca34b00e1
3
+ metadata.gz: 8d7f22b099b044d78316b5fd9568781ea20ffd0a6038731df526065bcd3b016a
4
+ data.tar.gz: 59d54fda2817cdc0c4a21fd4cb45d711c27f7a99ddd286d29bc142f6cf88af9e
5
5
  SHA512:
6
- metadata.gz: 74d10a1674ce49778f4cf5e2b5d6b9e71e21e0821b0b62ce0fca1bf0929d6040ebd2d4ed514469e458399602f7513bdbb0389194b6f4d54077433e6104b7d6b4
7
- data.tar.gz: af1ecdb5b0cf8d93705d0febbcb3dd1a87769a73ec4ac29ed7a66f1bcf6dd8ffc9249ea87dc6b3bd2002c2a631d42c693eccc4e040cce4ab12493baf67127137
6
+ metadata.gz: a24d7cf47a24348431920f0c557204bf926353037106f7cd5c8953f8dfeade7f006d24a2213fa15569592f2eef1f45020e2c4e004ba21c3b948526778f58ed97
7
+ data.tar.gz: b0d9b97bea9f56b2a41bb0bc6d91d95c1938b6cd2d9f90979707d955c7de6a757e280f4f686692029316f843d69ce3a0e35c5d52bd7fc236eaddb38674c0da86
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Area120::Tables.tables_service
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/area120/tables"
@@ -93,7 +93,7 @@ client = Google::Area120::Tables.tables_service 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/area120/tables"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Area120
22
22
  module Tables
23
- VERSION = "0.2.1"
23
+ VERSION = "0.2.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-area120-tables
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.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-area120-tables-v1alpha1