raykit 0.0.327 → 0.0.328

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: f93acb6ca8d1677fbe714816617ebcc206ca1dbcbe34ac6384d006eaab3b14ea
4
- data.tar.gz: 869d995712eee449fd5195cef6df474d95b4fce9530e3262ded3986a8b303344
3
+ metadata.gz: 45e4b3cd54805e264b6ffe47290c40884e99e6b770dc52c37b4360f3c7124917
4
+ data.tar.gz: b37f22b03a843fc2f2a233dd71c5e3fc129c920122729a0dcc8762deb92e3eba
5
5
  SHA512:
6
- metadata.gz: 6c82df42ad9952c3ae24c37c7b80cde130b738258fe71f6d4e7fbf90ecb7dede76b1d7c753e572b2d7537ab1eaf047ebeb8e90da0898eb00e95f906fc143cd2f
7
- data.tar.gz: 76b1accfa40bd32bfe3847d133e90b1078e20094edb8daa825629f3749fc61272750c54b8d23db44b1c539c3ca7a9a7854e42cf8a5a06a89357624028a4d8b67
6
+ metadata.gz: 6ab0a983ce938406d339197d5ce223c536bc98b5956128005ee265e238be6efa000a8b6e55d9000095d1e24e83f9f2a1694c78283baa988e719f916bf3e81a8c
7
+ data.tar.gz: cbbb157447b77568757295e0aec9c7ef7dd1dc2ae27b38dc706d88e8ead29ae7780abd71ca6b8151b17524fe3d137917e93346474598512a7c39edb76ebe3649
@@ -19,5 +19,18 @@ module Raykit
19
19
  end
20
20
  ""
21
21
  end
22
+
23
+ def self.msbuild_2019_path
24
+ ["2019/Enterprise/MSBuild/Current/Bin",
25
+ "2019/Professional/MSBuild/Current/Bin",
26
+ "2019/Community/MSBuild/Current/Bin"].each do |relative_path|
27
+ ["C:/Program Files/Microsoft Visual Studio/",
28
+ "C:/Program Files (x86)/Microsoft Visual Studio/"].each do |prog_path|
29
+ path = "#{prog_path}#{relative_path}"
30
+ return path if Dir.exist?(path)
31
+ end
32
+ end
33
+ ""
34
+ end
22
35
  end
23
36
  end
@@ -221,7 +221,7 @@ module Raykit
221
221
  end
222
222
 
223
223
  def commit(commit_message)
224
- warn "[DEPRECATION] 'commit_message_filename' is deprectated. Use a run command for better transparency."
224
+ warn "[DEPRECATION] 'commit_message_filename' is deprecated. Use a run command for better transparency."
225
225
  Dir.chdir(@directory) do
226
226
  if File.exist?(".gitignore")
227
227
  status = `git status`
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.327
4
+ version: 0.0.328
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lou Parslow