raykit 0.0.130 → 0.0.131
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 +4 -4
- data/lib/raykit/command.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e0d99e1116c0d6058f17f50df6c35e3c90c0e9c97aa7d55232564fe49a2cac2f
|
4
|
+
data.tar.gz: 11c794d26a2a86261a70eda64394e76ad0c105df0a435aa652b0d6dea27868d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2af635becfe03c4a41d6357d9a2b08c1107a19e7ff019fe6d6f7af3ed05d38851b76f18e92cb0885fe4c0503527d3061f9e594afa557d6834e3a28583266a8a0
|
7
|
+
data.tar.gz: 1baee57f8f9e6950a1f7461c0beeb16bdf0ac694caad4414968ad00f90bf78334f5045fca332643a50af3b944281da3c06f91f64c371dc644af8bc1d83447db9
|
data/lib/raykit/command.rb
CHANGED
@@ -104,7 +104,7 @@ module Raykit
|
|
104
104
|
error="\u0058"
|
105
105
|
symbol=Rainbow(checkmark.encode('utf-8')).green
|
106
106
|
symbol=Rainbow(error.encode('utf-8')).red if(@exitstatus!=0)
|
107
|
-
puts symbol + " " + elapsed_str.rjust(4) + " " + Rainbow(SECRETS.hide(@command)).yellow + " (#{@directory})"
|
107
|
+
puts symbol + " " + elapsed_str.rjust(4) + " " + Rainbow(SECRETS.hide(@command)).yellow# + " (#{@directory})"
|
108
108
|
end
|
109
109
|
|
110
110
|
def to_hash()
|