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 +4 -4
- data/lib/atk/os.rb +1 -0
- 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: 5411f6c02f2858c7b8eaacb44b70f64ad2c9d685834f7f698be18ca32b034dbf
|
|
4
|
+
data.tar.gz: 04be1ee289fd1f0251fa4b885adc997f31d7fc1d799fbea423d7c9b661072459
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/lib/atk_toolbox/version.rb
CHANGED