google-cloud-webrisk 0.6.0 → 0.6.1

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: 1e89c1828b61da74ee297003f340bddcfa0de51e566b9f13e30c85208e49b29f
4
- data.tar.gz: 86aa76efd29c5a1451e0016e2cda7299cd6ba58c003d53b737b5e28e55ab602f
3
+ metadata.gz: 0b07ada1b78bc56db6ee4389eb156d1aad2f4e7640200df6ad55bfdd72a2f478
4
+ data.tar.gz: a0112bd9a049ac0a9550794e6dbed4bec311637d3b58fcc8f9c972c8c8db5b1b
5
5
  SHA512:
6
- metadata.gz: 28997a82f690970ea43cc77b71ac2bafc27cf4b851801af8ed9b78d2a1014cb3b067c86361ad7d7dee260af0fb29aa287b535be5e3b52cc54f856c80e57cff48
7
- data.tar.gz: d5c8a57fa129f9b90fe5640303748b999fddfa94c83677966823d692934f8bc9adcfc2e90f70888e6547df19249f6aaed89e6cf3f371f8527d36dd298072b543
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 instead of placing them in environment variables or providing them as arguments.
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 [repository's main README](https://github.com/googleapis/google-cloud-ruby/blob/master/README.md)
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
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Webrisk
19
- VERSION = "0.6.0".freeze
19
+ VERSION = "0.6.1".freeze
20
20
  end
21
21
  end
22
22
  end
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.0
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: 2020-05-08 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-gax
@@ -70,14 +70,14 @@ dependencies:
70
70
  requirements:
71
71
  - - "~>"
72
72
  - !ruby/object:Gem::Version
73
- version: '5.10'
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.10'
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.0.6
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