google-cloud-artifact_registry-v1 1.4.0 → 1.5.0

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: f7aeb5db6d8b3aca4077e75f38ac11984f2da20ca8b9ba1a12be1227b31b2926
4
- data.tar.gz: ffb862b1cd173498c6ad801bc8bb7efc134457fd1c146efa500551b91fea90a8
3
+ metadata.gz: 9340883dbf962bd9361b1efba3ada987fb2149dff43ea6d0cb239d54a53d5ea5
4
+ data.tar.gz: a36b757bc6e7a777274c5a8369cdf2c2d18dc57103affda91bdc1c4b1833d99b
5
5
  SHA512:
6
- metadata.gz: 2219d165e3d6a0b30fd263bbffb7cec6d2b652147c2fe497421506b0a9db834c8b278df29148c6a80bfe859fc6c8b8d3b2302c665585e5df17c69c41047bd793
7
- data.tar.gz: ccd47c13b8b45eb7422868746b3c59ae05d0490ec73bbc82821b3fc7148439704a44d7f59a86b30e3cf2a6b3b6a0d272b90d3db063e2b303d2d058a027315f4e
6
+ metadata.gz: 883ca81512af32e8c53c2c02f302c575a5e8efb8a900c9322bf7757cb22901c17336033eb9aecfb2c2beaf87c959d1e3fad29acdd68daf63f8cce96e7b7a116b
7
+ data.tar.gz: 0b38ae64881148055a1f318483cf506b10b11889afebe935d8b7890f41fe1fa6251c2b7c7d8d397807f6adec22826895c751a4ecb7bea54c464e20976189840c
@@ -5017,8 +5017,8 @@ module Google
5017
5017
 
5018
5018
  config_attr :endpoint, nil, ::String, nil
5019
5019
  config_attr :credentials, nil do |value|
5020
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
5021
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
5020
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
5021
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
5022
5022
  allowed.any? { |klass| klass === value }
5023
5023
  end
5024
5024
  config_attr :scope, nil, ::String, ::Array, nil
@@ -701,8 +701,8 @@ module Google
701
701
 
702
702
  config_attr :endpoint, nil, ::String, nil
703
703
  config_attr :credentials, nil do |value|
704
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
705
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
704
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
705
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
706
706
  allowed.any? { |klass| klass === value }
707
707
  end
708
708
  config_attr :scope, nil, ::String, ::Array, nil
@@ -4659,7 +4659,7 @@ module Google
4659
4659
 
4660
4660
  config_attr :endpoint, nil, ::String, nil
4661
4661
  config_attr :credentials, nil do |value|
4662
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
4662
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
4663
4663
  allowed.any? { |klass| klass === value }
4664
4664
  end
4665
4665
  config_attr :scope, nil, ::String, ::Array, nil
@@ -556,7 +556,7 @@ module Google
556
556
 
557
557
  config_attr :endpoint, nil, ::String, nil
558
558
  config_attr :credentials, nil do |value|
559
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
559
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
560
560
  allowed.any? { |klass| klass === value }
561
561
  end
562
562
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ArtifactRegistry
23
23
  module V1
24
- VERSION = "1.4.0"
24
+ VERSION = "1.5.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,34 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-artifact_registry-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-21 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: 0.25.0
19
- - - "<"
16
+ - - "~>"
20
17
  - !ruby/object:Gem::Version
21
- version: 2.a
18
+ version: '1.0'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
25
22
  requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- version: 0.25.0
29
- - - "<"
23
+ - - "~>"
30
24
  - !ruby/object:Gem::Version
31
- version: 2.a
25
+ version: '1.0'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: google-cloud-errors
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -47,36 +41,30 @@ dependencies:
47
41
  name: google-cloud-location
48
42
  requirement: !ruby/object:Gem::Requirement
49
43
  requirements:
50
- - - ">="
51
- - !ruby/object:Gem::Version
52
- version: '0.7'
53
- - - "<"
44
+ - - "~>"
54
45
  - !ruby/object:Gem::Version
55
- version: 2.a
46
+ version: '1.0'
56
47
  type: :runtime
57
48
  prerelease: false
58
49
  version_requirements: !ruby/object:Gem::Requirement
59
50
  requirements:
60
- - - ">="
61
- - !ruby/object:Gem::Version
62
- version: '0.7'
63
- - - "<"
51
+ - - "~>"
64
52
  - !ruby/object:Gem::Version
65
- version: 2.a
53
+ version: '1.0'
66
54
  - !ruby/object:Gem::Dependency
67
55
  name: grpc-google-iam-v1
68
56
  requirement: !ruby/object:Gem::Requirement
69
57
  requirements:
70
58
  - - "~>"
71
59
  - !ruby/object:Gem::Version
72
- version: '1.1'
60
+ version: '1.11'
73
61
  type: :runtime
74
62
  prerelease: false
75
63
  version_requirements: !ruby/object:Gem::Requirement
76
64
  requirements:
77
65
  - - "~>"
78
66
  - !ruby/object:Gem::Version
79
- version: '1.1'
67
+ version: '1.11'
80
68
  description: Artifact Registry stores and manages build artifacts in a scalable and
81
69
  integrated service built on Google infrastructure. Note that google-cloud-artifact_registry-v1
82
70
  is a version-specific client library. For most uses, we recommend installing the
@@ -166,14 +154,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
166
154
  requirements:
167
155
  - - ">="
168
156
  - !ruby/object:Gem::Version
169
- version: '3.0'
157
+ version: '3.1'
170
158
  required_rubygems_version: !ruby/object:Gem::Requirement
171
159
  requirements:
172
160
  - - ">="
173
161
  - !ruby/object:Gem::Version
174
162
  version: '0'
175
163
  requirements: []
176
- rubygems_version: 3.6.5
164
+ rubygems_version: 3.6.8
177
165
  specification_version: 4
178
166
  summary: Store and manage build artifacts in a scalable and integrated service built
179
167
  on Google infrastructure.