atk_toolbox 0.0.127 → 0.0.128

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: c9c4d780511982908f64d709071d17ccce1d7d7d7402aaec338fe28b4986c62c
4
- data.tar.gz: 1574b3aa46422f14c5904b31cf095a10e4c426b8448f6864350f030c022080d2
3
+ metadata.gz: 609e53aff4279d2541828ac6e13462a3b1d2608e9056c7574f1ffe293f454d1c
4
+ data.tar.gz: 2014ab87c955c48d19a6fef6a31f86f01db450387ceeb7fa9fc792dee1ea4167
5
5
  SHA512:
6
- metadata.gz: a295b532b4bbc450e5f4d6e4b56734f3fbce52ae0662afa394647582a137346751f0eb1e19d93b58eb56bdf9fcb363f6d409ab41bf78fbf0aeac2ee45f1e828a
7
- data.tar.gz: 222c45ef0e94b873adb9cc0bcd3a345f8b37c94d08374923b0a1606004d1ad1c3d5112020cce48a2af3bee304790d6e19dde00d47b16aa6b9f2603fe58a4cca5
6
+ metadata.gz: 244b47b1d8aafe47ec8f6b93b3fe544bf74bcd858fa9036d1d217bd65de54ff3c65f76fed47a976b970ada02e30e9e8408c96b1eb8267f7799f42b52053c727b
7
+ data.tar.gz: '080ed7ebfb16e892e8bfa49a21407e98431710a395414cbe83087b6795f202e4ebe3ff497a6398a5def993e69e49ae08694b16810630e718dca4cdde854dd965'
@@ -1,12 +1,13 @@
1
1
  module Atk
2
2
  def self.autocomplete(which_command)
3
- if which_command == '_'
4
- require_relative './info.rb'
5
- begin
6
- puts Info.commands().keys.map { |each| each.gsub(' ', '\ ') }.join(' ')
7
- rescue => exception
8
- puts ""
9
- end
10
- end
3
+ # FUTURE: correct the bugs
4
+ # if which_command == '_'
5
+ # require_relative './info.rb'
6
+ # begin
7
+ # puts Info.commands().keys.map { |each| each.gsub(' ', '\ ') }.join(' ')
8
+ # rescue => exception
9
+ # puts ""
10
+ # end
11
+ # end
11
12
  end
12
13
  end
@@ -1,3 +1,3 @@
1
1
  module AtkToolbox
2
- VERSION = '0.0.127'
2
+ VERSION = '0.0.128'
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.127
4
+ version: 0.0.128
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Hykin