google-cloud-webrisk 0.1.1 → 0.1.2
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b1f1efaf6264bfcb9aef20c8f9b0071c5ed9c2e4ad475e191f355b9d0f3a9995
|
|
4
|
+
data.tar.gz: 413afe46af622cd2fdc87dcded8bb213247a62261fcb469c4e928edf9e3d6971
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d05c3d78cd100f0e0f06b0d7bfda7eaac860ff7d0c5a5bbdd7d71a62cb70ed74cd4ed98eb1fbb955a3abfff4eb932ae0bd0fc74c8087eda3fd3fd6ed84e4167b
|
|
7
|
+
data.tar.gz: 189835d54e6179ce43190c8b825d1c85a00bf760fb10afa7a4bb33e50465212d4f5877f26e501ed0bcf4a88660cc2753b9c2ac08494533bc703e6b21f6b9c9e3
|
|
@@ -27,6 +27,7 @@ require "google/gax"
|
|
|
27
27
|
|
|
28
28
|
require "google/cloud/webrisk/v1beta1/webrisk_pb"
|
|
29
29
|
require "google/cloud/webrisk/v1beta1/credentials"
|
|
30
|
+
require "google/cloud/webrisk/version"
|
|
30
31
|
|
|
31
32
|
module Google
|
|
32
33
|
module Cloud
|
|
@@ -121,7 +122,7 @@ module Google
|
|
|
121
122
|
updater_proc = credentials.updater_proc
|
|
122
123
|
end
|
|
123
124
|
|
|
124
|
-
package_version =
|
|
125
|
+
package_version = Google::Cloud::Webrisk::VERSION
|
|
125
126
|
|
|
126
127
|
google_api_client = "gl-ruby/#{RUBY_VERSION}"
|
|
127
128
|
google_api_client << " #{lib_name}/#{lib_version}" if lib_name
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Copyright 2019 Google LLC
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
module Google
|
|
17
|
+
module Cloud
|
|
18
|
+
module Webrisk
|
|
19
|
+
VERSION = "0.1.2".freeze
|
|
20
|
+
end
|
|
21
|
+
end
|
|
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.1.
|
|
4
|
+
version: 0.1.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: 2019-
|
|
11
|
+
date: 2019-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-gax
|
|
@@ -113,6 +113,7 @@ files:
|
|
|
113
113
|
- lib/google/cloud/webrisk/v1beta1/web_risk_service_v1_beta1_client_config.json
|
|
114
114
|
- lib/google/cloud/webrisk/v1beta1/webrisk_pb.rb
|
|
115
115
|
- lib/google/cloud/webrisk/v1beta1/webrisk_services_pb.rb
|
|
116
|
+
- lib/google/cloud/webrisk/version.rb
|
|
116
117
|
homepage: https://github.com/googleapis/googleapis
|
|
117
118
|
licenses:
|
|
118
119
|
- Apache-2.0
|