google-cloud-redis 0.8.1 → 0.8.2

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: 1766b7c7fbb1a40802660757ddab69bbef42d4743c7ddb08c1a606dfa6f4fe08
4
- data.tar.gz: 275029c0a2187ca43d67e05c502a2649fb7e465f66358b48facd5ebb57dc11b6
3
+ metadata.gz: 013d2141ed8de3b744026827421993452fa53ad081cf1d4fa97a17b6a1134e28
4
+ data.tar.gz: 11cf6fc420c0978d883110358fa619cc8375c6ffceca1f29d6537836acddaf84
5
5
  SHA512:
6
- metadata.gz: 812a12b11c811986a73b07c7e06f4f4cea0af40ad005429f0402cdb083e05ebb04281cb93b02aeda2d90f4703eee70e04fb0b475f83651e711ef5810325441e0
7
- data.tar.gz: accef38a82bbc32a9e787b4a3b8774f3b3c717288f7a09242b794a16eb40f7dc3b81013084c5b5f33a78f31f02f26e1fbc525c4eb8179bcc986d444547849840
6
+ metadata.gz: 87d6682824dd5d475df697223b3a3b9b98241b93db82b3b3be63a1574327d5c1c641ad8ba9ec7a76690c7f3b2cfdc83c85f5274d2c39c91df1e6a5adecd0e76a
7
+ data.tar.gz: bafa057e889dfca806e5da1edbcb1cb3455c38bb34d097718b80d05c8b177fb9a71a98dc93b2a3e32053ec6009abae1a47360dc622553091436871492f263faa
@@ -170,8 +170,3 @@ Developers service account.
170
170
 
171
171
  The key file you download will be used by this library to authenticate API
172
172
  requests and should be stored in a secure location.
173
-
174
- ## Troubleshooting
175
-
176
- If you're having trouble authenticating you can ask for help by following the
177
- {file:TROUBLESHOOTING.md Troubleshooting Guide}.
@@ -89,7 +89,7 @@ module Google
89
89
  # @!attribute [rw] redis_configs
90
90
  # @return [Hash{String => String}]
91
91
  # Optional. Redis configuration parameters, according to
92
- # http://redis.io/topics/config. Currently, the only supported parameters
92
+ # https://redis.io/topics/config. Currently, the only supported parameters
93
93
  # are:
94
94
  #
95
95
  # Redis version 3.2 and newer:
@@ -89,7 +89,7 @@ module Google
89
89
  # @!attribute [rw] redis_configs
90
90
  # @return [Hash{String => String}]
91
91
  # Optional. Redis configuration parameters, according to
92
- # http://redis.io/topics/config. Currently, the only supported parameters
92
+ # https://redis.io/topics/config. Currently, the only supported parameters
93
93
  # are:
94
94
  #
95
95
  # Redis version 3.2 and newer:
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Redis
19
- VERSION = "0.8.1".freeze
19
+ VERSION = "0.8.2".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-redis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-26 00:00:00.000000000 Z
11
+ date: 2020-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-gax