google-apis-safebrowsing_v5 0.1.0 → 0.2.0

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: 3820cb88e45315f06024049632f54d3cb17ad847b6b5532ced31eb20c2ff8248
4
- data.tar.gz: 7992eaa27721421fea1f52be68c0810ec66bbfca0c7648cc63ba629c18fe4bb3
3
+ metadata.gz: eb2550ebc5a3e0739ca93cc8bd9288d41e8e98cec61cf6212c24ca5df887852d
4
+ data.tar.gz: d6425039d83f003412f926921b77a4f659bed4c07a061158006daa39974b18e2
5
5
  SHA512:
6
- metadata.gz: b8a1294a3417403234daf3fa2e9d2b6cdd14fb6e008f65b46defdd397b8abce758624931dd3d7db41999e128cffcfde5d6640851405eb3e3ee72c58afd9e35b1
7
- data.tar.gz: 677e79d283d29d663d990f0a98b4c6b209344612cc823f8e98b050327afcfa012b812662af4925eceef13877d3e892e370aed977ba126858341dfe0577c3e0f4
6
+ metadata.gz: e336ecbe62e8a1f2d4342c56ddca3651d688f6d98a3afa208756f3d32f333a692185110d20d57cadc13830670fe469f1c34e0d72d5a3a3f52fd8d96c67caa47c
7
+ data.tar.gz: 9af016e07da66935df5118e29465d79b5ff57b43d55861127fbd31e2a6642bd96a16ac393a200d1f23663242746299095b844f327bb7e25c0650123f8f16e443
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-safebrowsing_v5
2
2
 
3
+ ### v0.2.0 (2024-01-23)
4
+
5
+ * Regenerated using generator version 0.13.0
6
+
3
7
  ### v0.1.0 (2023-10-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20230923
@@ -16,10 +16,10 @@ module Google
16
16
  module Apis
17
17
  module SafebrowsingV5
18
18
  # Version of the google-apis-safebrowsing_v5 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
25
  REVISION = "20230923"
@@ -36,6 +36,8 @@ module Google
36
36
  #
37
37
  # @see https://developers.google.com/safe-browsing/
38
38
  class SafebrowsingService < Google::Apis::Core::BaseService
39
+ DEFAULT_ENDPOINT_TEMPLATE = "https://safebrowsing.$UNIVERSE_DOMAIN$/"
40
+
39
41
  # @return [String]
40
42
  # API key. Your API key identifies your project and provides you with API access,
41
43
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -47,7 +49,7 @@ module Google
47
49
  attr_accessor :quota_user
48
50
 
49
51
  def initialize
50
- super('https://safebrowsing.googleapis.com/', '',
52
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
51
53
  client_name: 'google-apis-safebrowsing_v5',
52
54
  client_version: Google::Apis::SafebrowsingV5::GEM_VERSION)
53
55
  @batch_path = 'batch'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-safebrowsing_v5
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-08 00:00:00.000000000 Z
11
+ date: 2024-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.11.0
19
+ version: 0.12.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.11.0
29
+ version: 0.12.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-safebrowsing_v5/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-safebrowsing_v5/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-safebrowsing_v5/v0.2.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-safebrowsing_v5
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.19
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Safe Browsing API V5