google-cloud-data_labeling 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: c015da4468a93dd2b98f82bdbc7f3285ae7497edbd8e5359cf17320d70ca9bf6
4
- data.tar.gz: 88c4f68f43c024d1226c8e12162ed6ad96f4175e0691c5c5b6a88873458b75c2
3
+ metadata.gz: 17dddc9f617d318c3cde22e18fe866037529109d1346a368f41679e0fea66c56
4
+ data.tar.gz: c9759059233f67ec61550e6403c7e7814680b4df3af6181ffe4e4a5fe9e73181
5
5
  SHA512:
6
- metadata.gz: cac1b2ccb5eb4cb4ebaff0d75a55d7b7805242547c2f68ef7cc3a23f3611faf3b62cc1b6450309cc021262240bf0134b18ff7a84e0357314d9875e17a8906b48
7
- data.tar.gz: c1f5f59972cd03cb55534721a5b029056448b319f0ae55a50d772c02ee6db0ec0aa61e79cf65a38dfb4e2b4758d7d00dec9e79b3fa688bba48d43f80d1a0c546
6
+ metadata.gz: 71820fde147240aee533e37633126ce00bda1b3a31ba5c64467b860f796d268df82f623642283a0a28690bc6e961eddd529d464024840ff77484cfd1b90230d4
7
+ data.tar.gz: '081d2b25acd39181d42b478534d625bef3e501c532312c01fb27acc58c7ebe8cc6093bc7248e471ee898bba9820391395e83eb0eda41e8dd45b9e6cc47f4c2cc'
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::DataLabeling.data_labeling_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/cloud/data_labeling"
@@ -93,7 +93,7 @@ client = Google::Cloud::DataLabeling.data_labeling_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/cloud/data_labeling"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module DataLabeling
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-cloud-data_labeling
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-cloud-core