raykit 0.0.286 → 0.0.287
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/raykit/vstest.rb +2 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 40bac36f5f9c35c2f31b144155a0f98eddb193178fb46ea2b3076a97663615d7
|
4
|
+
data.tar.gz: 052fc176d1d7a1d6c7231e4bf2b8442b6b08e07c9df06997c3e661d7c4950a0d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bef23584ac4d9f56a51aafb7a1dd54dda36874e5c23e823532d969da3fbd999222602ad4eb7d19bfa41f532b052bf5f17bd0b0e056d508372274bae282cc425a
|
7
|
+
data.tar.gz: 795aa871242776dec0eff3ac7a5cb0326f1a870f5ec18ed86be0519ba06bb88e63a83f6238a5db31c5e44cc881cbcee420f00343f42e09496e901db2e4c8aabb
|
data/lib/raykit/vstest.rb
CHANGED
@@ -3,6 +3,7 @@ module Raykit
|
|
3
3
|
def self.vstest_path
|
4
4
|
['2019/Community/Common7/IDE/CommonExtensions/Microsoft',
|
5
5
|
'2019/Community/Common7/IDE/Extensions',
|
6
|
+
'2019\Community\Common7\IDE\Extensions\TestPlatform',
|
6
7
|
'2022/Preview/Common7/IDE/Extensions/TestPlatform'].each{|relative_path|
|
7
8
|
['C:/Program Files (x86)/Microsoft Visual Studio/',
|
8
9
|
'C:/Program Files/Microsoft Visual Studio/'].each{|root_path|
|
@@ -11,6 +12,7 @@ module Raykit
|
|
11
12
|
return path if(Dir.exists?(path)) && File.exist?(exe_path)
|
12
13
|
}
|
13
14
|
}
|
15
|
+
return "vstest_path not found"
|
14
16
|
end
|
15
17
|
end
|
16
18
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: raykit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.287
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lou Parslow
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-10-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: '0'
|
125
125
|
requirements: []
|
126
|
-
rubygems_version: 3.2.
|
126
|
+
rubygems_version: 3.2.22
|
127
127
|
signing_key:
|
128
128
|
specification_version: 4
|
129
129
|
summary: ruby gem to support rake ci/cd tasks
|