raykit 0.0.284 → 0.0.285

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/raykit/vstest.rb +3 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 03ba575789af654596866dda0634888cd15be1eff85cf4f0d30a2b81a4a109b2
4
- data.tar.gz: b553814de248ed81573bfce93a1fcf0d6a86185379f2b0f8d71315ebd8873df1
3
+ metadata.gz: 93593eb2d9871a26d0e9c59f674aca9facb4cb0cc56f433d1458df9d899efd16
4
+ data.tar.gz: f81113ebbe2f3639dbda7dfc37c60a7e0858dfdefade8746047bb7fa067167a5
5
5
  SHA512:
6
- metadata.gz: 89f6a452087f7418f8687816e5b66c9a25e921029757e6723e12eb0c203ad0a01918458e927c307be6adc3cadcb03560c3f0065a28d50cb3fc2950730eb32ba9
7
- data.tar.gz: a19ba2a2d5b67764c0770e95ce54f36a096decca956432f43a2b2cccdd7c218cc05e91ce0ffc1dfeb1503fe51faa82214987c29c991e8552e6310cf42118aad0
6
+ metadata.gz: 7cf027e2b70ffdd02af889c85be32f3af9cdd7b389cc376829f480c13a2a38ad74d97b229d86c9876f5741e3f2c7b5810ce210555617ac74f85674e7179571a5
7
+ data.tar.gz: ab6f0cd2895ef3a5f3049c1b2b45bee830ac10bb3c597246be2301ffd150840c420b7ae900f5e6e0790e36196a53c21821c9ca9c3866e72eb7907244664be867
data/lib/raykit/vstest.rb CHANGED
@@ -6,8 +6,9 @@ module Raykit
6
6
  '2022/Preview/Common7/IDE/Extensions/TestPlatform'].each{|relative_path|
7
7
  ['C:/Program Files (x86)/Microsoft Visual Studio/',
8
8
  'C:/Program Files/Microsoft Visual Studio/'].each{|root_path|
9
- path = root_path + relative_path
10
- return path if(Dir.exists?(path))
9
+ path = root_path + relative_path
10
+ exe_path = path + '/vstest.console.exe'
11
+ return path if(Dir.exists?(path)) && File.exist?(exe_path)
11
12
  }
12
13
  }
13
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raykit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.284
4
+ version: 0.0.285
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lou Parslow