google-cloud-artifact_registry-v1 1.4.0 → 1.4.1

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: 9193b43bc22e007472f5dd00ea33cb8aafaef5b9d3da3a2110cfb38ce794d2f4
4
+ data.tar.gz: cb288408b22fd668cc5cb94c2da5cd48fc599d283e427b7e026d413a14b729a6
5
5
  SHA512:
6
- metadata.gz: 2219d165e3d6a0b30fd263bbffb7cec6d2b652147c2fe497421506b0a9db834c8b278df29148c6a80bfe859fc6c8b8d3b2302c665585e5df17c69c41047bd793
7
- data.tar.gz: ccd47c13b8b45eb7422868746b3c59ae05d0490ec73bbc82821b3fc7148439704a44d7f59a86b30e3cf2a6b3b6a0d272b90d3db063e2b303d2d058a027315f4e
6
+ metadata.gz: d2453d9c3c6e56f1e62bbba06d5f6515008918e62259db12ee2f74e7d4a469817ebbbdb827ea15b9a81cf995cefadc125cec5b0377754386b24e446332f9bc66
7
+ data.tar.gz: 4e63e4a9eea37e4f98879eba99509838ac2dd0c5346ff201ef6e9544fc3a63382e916ee21119eba0693df38a7e7c46e4a128519809c493414ca4d7cab8d89b59
@@ -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.4.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
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.4.1
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
@@ -173,7 +173,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
173
173
  - !ruby/object:Gem::Version
174
174
  version: '0'
175
175
  requirements: []
176
- rubygems_version: 3.6.5
176
+ rubygems_version: 3.6.8
177
177
  specification_version: 4
178
178
  summary: Store and manage build artifacts in a scalable and integrated service built
179
179
  on Google infrastructure.