atk_toolbox 0.0.53 → 0.0.54
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/atk/cmd.rb +2 -2
- data/lib/atk_toolbox/version.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: ca59a6218dc1bf062a14a3dba75f442d1bab91e59b442c208350c753f9b44a1d
|
|
4
|
+
data.tar.gz: a41b76bf09377befeed05c8bfb750dba7661370e16e2b946efb5b6e1d8092a5b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3669469062407aa15680bc55a7ea6010e449e7c06200d6ba8772d705e6a0832a173a00a657baebf7496a487475187c42b0b28091076857dd34d4916468a3eee
|
|
7
|
+
data.tar.gz: 15b81d27fb8fefceada663b008ed11bb3968d8125ab77701b542787a8dbf90878560491d8f1c72addabea23fe942fb345be1af8ae17b75edb6e82a64a300e9c9
|
data/lib/atk/cmd.rb
CHANGED
|
@@ -14,9 +14,9 @@ end
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
#
|
|
17
|
-
#
|
|
17
|
+
# Console
|
|
18
18
|
#
|
|
19
|
-
#
|
|
19
|
+
# see https://github.com/piotrmurach/tty-prompt
|
|
20
20
|
# TODO: look into https://piotrmurach.github.io/tty/ to animate the terminal
|
|
21
21
|
# TODO: look at https://github.com/pazdera/catpix to add an ATK logo in the terminal
|
|
22
22
|
class TTY::Prompt
|
data/lib/atk_toolbox/version.rb
CHANGED