google-cloud-memorystore-v1 1.1.0 → 1.1.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: e9e3cab51b02a5a5e1f636f1dc22f57172febef669ff4cc0781f99a1a188354a
4
- data.tar.gz: ca669378af06528d5bc7cc3e9f9169491b5b5b8642ac717ffc418df48e7bdcef
3
+ metadata.gz: bbed90ded73bc90c4c278402c8232482ab858428f11fcf5cbc2fdd35e7d7ce4e
4
+ data.tar.gz: a7f10ac6ed615bc89aedc8f8488db4401a70ecb46812255282bf2449dde4054b
5
5
  SHA512:
6
- metadata.gz: a120771e7b92a4f6ef6655c08e9e98569d829aa192c50ce99d23ca4fded15e6470fd92851fe44aed9d687a85391a4a0652d07c9fb658f56034543cfaf659ca17
7
- data.tar.gz: 82b2eac16435d6c5e156f6a1245ab23db88b565f8644a076d1a76ebb19c049a64e53603b1514eb4cc1ade12e8480821ec7eb2f5fd27192c3f4c9b52f65f04d49
6
+ metadata.gz: 1aae2669257ebc406ba266b77f720e67db3fb7959f76ef4cf225d1e2d9dbc1d6bef1b8f2d006b14147066cf95358d80f45012f85aedf9b6451ae1abcd0c7419b
7
+ data.tar.gz: c8c42adc5a59f60e55c62d1e94a0477833a7a3af5c7bac445475fdc92f2c68f4553cddd92981de76eae57dab7c075e3104af0b49c446a9e1f9656aa484b85ad2
@@ -899,7 +899,7 @@ module Google
899
899
 
900
900
  config_attr :endpoint, nil, ::String, nil
901
901
  config_attr :credentials, nil do |value|
902
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
902
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
903
903
  allowed.any? { |klass| klass === value }
904
904
  end
905
905
  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 Memorystore
23
23
  module V1
24
- VERSION = "1.1.0"
24
+ VERSION = "1.1.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-memorystore-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-12 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
@@ -122,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  - !ruby/object:Gem::Version
123
123
  version: '0'
124
124
  requirements: []
125
- rubygems_version: 3.6.3
125
+ rubygems_version: 3.6.8
126
126
  specification_version: 4
127
127
  summary: API Client library for the Memorystore V1 API
128
128
  test_files: []