kitsune-kit 0.4.0 → 0.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dc00c2d601950e0e2ab250c0b19bf8d46eb31fc37490494ab937114b00ebbbf4
|
4
|
+
data.tar.gz: 1939661240dba888530d041ffb0a36c39946674df556f236015ab8bc3885fd89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e9051494678982c1c728d6c64b0a428ac6d313872d8af5c92ecfecc402fc206173deffbbd789f33f808783d9cfdc18b35ac1d5fe7d5aae581db79e289a74c993
|
7
|
+
data.tar.gz: 83003db9d7c0f50b206d6375f46244f2e582b770ad6b7c1515b9af39aaa74f63c505893341f37690259ef40835eb619261722747dbd485cca018a6619a9679d9
|
@@ -150,7 +150,7 @@ module Kitsune
|
|
150
150
|
|
151
151
|
while attempt < max_attempts
|
152
152
|
attempt += 1
|
153
|
-
healthcheck = ssh.exec!("docker exec $(docker ps -qf name=redis) redis-cli --no-auth-warning -a #{redis_defaults[:redis_password]} PING")
|
153
|
+
healthcheck = ssh.exec!("docker exec $(docker ps -qf name=redis) redis-cli --no-auth-warning -a \"#{redis_defaults[:redis_password]}\" PING")
|
154
154
|
|
155
155
|
if healthcheck.strip == "PONG"
|
156
156
|
say "✅ Redis is up and responding to PING! (attempt #{attempt})", :green
|
data/lib/kitsune/kit/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kitsune-kit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Omar Herrera
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-06-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: net-ssh
|