google-cloud-phishing_protection 0.16.1 → 0.16.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 +4 -4
- data/MIGRATING.md +1 -1
- data/lib/google/cloud/phishing_protection/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bf445c4ee0e59b9ea06f97498aba92daf9c061dfb665fabe7329041f6ee5fa68
|
4
|
+
data.tar.gz: cf6a55525cc72b887c5b8c1b295400bc42c32df8ebca4580737ac3e33744fe95
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6450d71a9be1134c5f93a9f9a8f40543602c0b3661213f3a3273a02304055065ab75a8a9c13f2eafd9d1a3feb18434c0481ac1790a4f86461fcca6e0983008b8
|
7
|
+
data.tar.gz: 78478ef0a1ca8abb8c8a919420004eae405ed6c55a7c9ad0d41014a4795d4cfc812958c43579eb1f5514a1eeb5ac0f883279554d0436ddec0e92de2d40f5b7e0
|
data/MIGRATING.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
# Migrating to google-cloud-phishing_protection 0.10
|
2
2
|
|
3
3
|
The 0.10 release of the google-cloud-phishing_protection client is a significant upgrade
|
4
4
|
based on a [next-gen code generator](https://github.com/googleapis/gapic-generator-ruby),
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-phishing_protection
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.16.
|
4
|
+
version: 0.16.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
78
|
- !ruby/object:Gem::Version
|
79
79
|
version: '0'
|
80
80
|
requirements: []
|
81
|
-
rubygems_version: 3.6.
|
81
|
+
rubygems_version: 3.6.9
|
82
82
|
specification_version: 4
|
83
83
|
summary: API Client library for the Phishing Protection API
|
84
84
|
test_files: []
|