atk_toolbox 0.0.140 → 0.0.141

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fce2cf8566ad1ae4116ab41913db6f59c048454e745a2d222803573b3fef921d
4
- data.tar.gz: da8200cc335292514a0b31007c7c75bf2136889028908c89da4e124c92797bf1
3
+ metadata.gz: a67b7004ab8a7b4b35cc19e901de6014abcc77040a9b036bdcb36e66d854f884
4
+ data.tar.gz: f8e3c8095334ae41cc453faa8b1f22e173231f97bdf90b7149d90ff2cc866769
5
5
  SHA512:
6
- metadata.gz: a9a8583fe658af979cc33d24085b5d8ca1581297f7512d78671c06eda19001edda5f52b289bc43c353ba0b346ac4c77ef40a4cca4b389fce99356228722dd046
7
- data.tar.gz: b9c487c84965c94ddf0021a7523479137af7d61161a13d5d011c47f58da7f2c1809cc6414b5e10ecc44b874af13db79180e0ad073a0b732c5a31750f85302f41
6
+ metadata.gz: 8fde714bf9e3e16796fb58d549df564db9aae5df9c1f8d2f12f9cbc22120fb5914abef98ce67fff31ed23304f9c38455f2e4eb49449e41d62c539ca6cf52d05d
7
+ data.tar.gz: ea85b214c7d6f75f8c4b6147d32a0c25738a0f8c67387eb7880f0e35628f65e3cb6138d8a6f73ac4f7bb7ef80fe205e8928c923f40a35ce39126f168482146fd
@@ -136,7 +136,7 @@ module Atk
136
136
  # temporairly set the dir to be the same as the info.yaml
137
137
  FS.in_dir(Info.folder()) do
138
138
  if command.is_a?(String)
139
- result = system(command+' '+command_args.join(' '))
139
+ result = system(command+' '+Console.make_arguments_appendable(command_args))
140
140
  elsif command.is_a?(Code)
141
141
  result = command.run(*command_args)
142
142
  elsif command == nil
@@ -1,3 +1,3 @@
1
1
  module AtkToolbox
2
- VERSION = '0.0.140'
2
+ VERSION = '0.0.141'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atk_toolbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.140
4
+ version: 0.0.141
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Hykin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-31 00:00:00.000000000 Z
11
+ date: 2020-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tty-prompt