google-cloud-webrisk 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/AUTHENTICATION.md +2 -1
- data/README.md +1 -1
- data/lib/google/cloud/webrisk/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0b07ada1b78bc56db6ee4389eb156d1aad2f4e7640200df6ad55bfdd72a2f478
|
|
4
|
+
data.tar.gz: a0112bd9a049ac0a9550794e6dbed4bec311637d3b58fcc8f9c972c8c8db5b1b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 84672fd8d2b13586cbb65b08177a890d0978fb1ca53cecba92775184d7adeaba9341f111260a1bfc9833ac62848ce4e8de1cdf18ff2cb4c384470606fd2ffd22
|
|
7
|
+
data.tar.gz: 8f2c25f32dece08b526f1eb4d66f06b76a10777a6b0f276220b55776fc36cd4ab1bbec6d056ac1f079262833abfbd1492ed1ecfa2ce7e4b05a2ec2a63eeb8de7
|
data/AUTHENTICATION.md
CHANGED
|
@@ -95,7 +95,8 @@ client = Google::Cloud::Webrisk.new
|
|
|
95
95
|
|
|
96
96
|
### Configuration
|
|
97
97
|
|
|
98
|
-
The **Project ID** and **Credentials JSON** can be configured
|
|
98
|
+
The **Project ID** and the path to the **Credentials JSON** file can be configured
|
|
99
|
+
instead of placing them in environment variables or providing them as arguments.
|
|
99
100
|
|
|
100
101
|
```ruby
|
|
101
102
|
require "google/cloud/webrisk"
|
data/README.md
CHANGED
|
@@ -29,7 +29,7 @@ $ gem install google-cloud-webrisk
|
|
|
29
29
|
to see other available methods on the client.
|
|
30
30
|
- Read the [Web Risk API Product documentation][Product Documentation]
|
|
31
31
|
to learn more about the product and see How-to Guides.
|
|
32
|
-
- View this
|
|
32
|
+
- View this {file:https://github.com/googleapis/google-cloud-ruby/blob/master/README.md repository's main README}
|
|
33
33
|
to see the full list of Cloud APIs that we cover.
|
|
34
34
|
|
|
35
35
|
[Client Library Documentation]: https://googleapis.dev/ruby/google-cloud-webrisk/latest
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-webrisk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-07-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-gax
|
|
@@ -70,14 +70,14 @@ dependencies:
|
|
|
70
70
|
requirements:
|
|
71
71
|
- - "~>"
|
|
72
72
|
- !ruby/object:Gem::Version
|
|
73
|
-
version: '5.
|
|
73
|
+
version: '5.14'
|
|
74
74
|
type: :development
|
|
75
75
|
prerelease: false
|
|
76
76
|
version_requirements: !ruby/object:Gem::Requirement
|
|
77
77
|
requirements:
|
|
78
78
|
- - "~>"
|
|
79
79
|
- !ruby/object:Gem::Version
|
|
80
|
-
version: '5.
|
|
80
|
+
version: '5.14'
|
|
81
81
|
- !ruby/object:Gem::Dependency
|
|
82
82
|
name: redcarpet
|
|
83
83
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -176,7 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
176
176
|
- !ruby/object:Gem::Version
|
|
177
177
|
version: '0'
|
|
178
178
|
requirements: []
|
|
179
|
-
rubygems_version: 3.
|
|
179
|
+
rubygems_version: 3.2.17
|
|
180
180
|
signing_key:
|
|
181
181
|
specification_version: 4
|
|
182
182
|
summary: Obsolete API Client library for Web Risk API
|