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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9700d3c97ed89a9c0e5323b3308ddfbe642c1d495141c9fb63ed08d5db876f2f
4
- data.tar.gz: 3de93385861cd79bcdcb9fa5dc73b0c0d4361e6c37ccee81e614498f753f43bc
3
+ metadata.gz: ca59a6218dc1bf062a14a3dba75f442d1bab91e59b442c208350c753f9b44a1d
4
+ data.tar.gz: a41b76bf09377befeed05c8bfb750dba7661370e16e2b946efb5b6e1d8092a5b
5
5
  SHA512:
6
- metadata.gz: a9ccbd9997278bf730b109922b593cc702d084f0256fa62241611349ef307a25ca2b764ae1a9c3129a489a5fd4b51e902ac9428326abfcd56e2cb4a9be430bc3
7
- data.tar.gz: 34a1c47b978f83e3d78607a966af40785c28fe923d6eb88d418defff523d67fab3ebc34770307772ed237057d0ed3ce4f480ada50b2766f410e51cd5b250513e
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
- # Q&A Functions
17
+ # Console
18
18
  #
19
- # TODO: replace these with https://github.com/piotrmurach/tty-prompt
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
@@ -1,3 +1,3 @@
1
1
  module AtkToolbox
2
- VERSION = '0.0.53'
2
+ VERSION = '0.0.54'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atk_toolbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.53
4
+ version: 0.0.54
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Hykin