atk_toolbox 0.0.107 → 0.0.108

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: 4e9e896c1f401e8b333baeaed5ab2f4f437a8a2201cede3d94932b1eb73fe139
4
- data.tar.gz: 0a08f89770bf3115820d63a19670d903eef053455d5970770a5f21c361554c79
3
+ metadata.gz: 5411f6c02f2858c7b8eaacb44b70f64ad2c9d685834f7f698be18ca32b034dbf
4
+ data.tar.gz: 04be1ee289fd1f0251fa4b885adc997f31d7fc1d799fbea423d7c9b661072459
5
5
  SHA512:
6
- metadata.gz: 11a4ab36e04ac6fadaa8305400d70fc94412798abf2898d6ee724405dd2b21c32d1289e6703dba73441fc41305c200bcb534b94eb645bdc2eef43eae9f92931f
7
- data.tar.gz: d5fa4fde8e79e2cb8b3e13fff7df7f75c7ba679a47da5fce87c8479cd9aebc188c546207c5700e555e0ff61dad7bf48800be752af1a65b68073bf15cb490d856
6
+ metadata.gz: d3965debfbace8fef01c8940aa672f3207116357d5f6ec9c8a349e17b866b6aa7665b20968fbf22e3fc7893821243bede06f24e5f72e8e94f4063343fab9598a
7
+ data.tar.gz: 12181aed8b01e777dc4e2baeb7f8ad5bb61edce4b08adb937be23fd7a0d101f8a4bad239b0da75e78a2d64e300952c6f186270e59b93a51917f7432bd4038ef1
data/lib/atk/os.rb CHANGED
@@ -119,6 +119,7 @@ module OS
119
119
  end
120
120
 
121
121
  def self.path_for_executable(name_of_executable)
122
+ program = name_of_executable
122
123
  # this method was extracted from the ptools gem, credit should go to them
123
124
  # https://github.com/djberg96/ptools/blob/master/lib/ptools.rb
124
125
  # this complex method is in favor of just calling the command line because command line calls are slow
@@ -1,3 +1,3 @@
1
1
  module AtkToolbox
2
- VERSION = '0.0.107'
2
+ VERSION = '0.0.108'
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.107
4
+ version: 0.0.108
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Hykin