google-cloud-phishing_protection 0.1.0 → 0.1.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 124ad78cdc8b45ac44aad258769a4a695952b44445178a22a218946c2442018a
|
4
|
+
data.tar.gz: 3bf82fd16705ef77463514c86c977dd0c43e1e614839b91329c4a3330782a684
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59bb5cdec1e513751bf3d58a9d64f345784502c2d14d74c34ad67d87d030c96712e62da0dbd5c0fde343aa79e045ee4c5c4ff19b24dc51f1238c5263a29e1cb0
|
7
|
+
data.tar.gz: e8d8ac5a1453abaf855702297b3eef4261bec946d4381688f7f1d4de77444da296f329b3836e5ca2ba86bc11f2424bb0cafe3b5c8c22fd83b69095ae93b57aff
|
@@ -27,6 +27,7 @@ require "google/gax"
|
|
27
27
|
|
28
28
|
require "google/cloud/phishingprotection/v1beta1/phishingprotection_pb"
|
29
29
|
require "google/cloud/phishing_protection/v1beta1/credentials"
|
30
|
+
require "google/cloud/phishing_protection/version"
|
30
31
|
|
31
32
|
module Google
|
32
33
|
module Cloud
|
@@ -135,7 +136,7 @@ module Google
|
|
135
136
|
updater_proc = credentials.updater_proc
|
136
137
|
end
|
137
138
|
|
138
|
-
package_version =
|
139
|
+
package_version = Google::Cloud::PhishingProtection::VERSION
|
139
140
|
|
140
141
|
google_api_client = "gl-ruby/#{RUBY_VERSION}"
|
141
142
|
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 PhishingProtection
|
19
|
+
VERSION = "0.1.1".freeze
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-phishing_protection
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.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: 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
|
@@ -146,6 +146,7 @@ files:
|
|
146
146
|
- lib/google/cloud/phishing_protection/v1beta1/helpers.rb
|
147
147
|
- lib/google/cloud/phishing_protection/v1beta1/phishing_protection_client.rb
|
148
148
|
- lib/google/cloud/phishing_protection/v1beta1/phishing_protection_client_config.json
|
149
|
+
- lib/google/cloud/phishing_protection/version.rb
|
149
150
|
- lib/google/cloud/phishingprotection/v1beta1/phishingprotection_pb.rb
|
150
151
|
- lib/google/cloud/phishingprotection/v1beta1/phishingprotection_services_pb.rb
|
151
152
|
homepage: https://github.com/googleapis/googleapis
|