raykit 0.0.354 → 0.0.357

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: 4b38c6583017de88da9d35a56cdd7d2ecfa2d918219c9a349ae5b7dbc6fd1c3a
4
- data.tar.gz: f32635b0ff02c5b2896d03cfa33c7036f0e6e10a7353cc31bfa543664caa6302
3
+ metadata.gz: f13c10cab8afeebadc02c340b01efd464b05df0de0225d938ea2c427b4c2f3bf
4
+ data.tar.gz: 26b19bfa66fb98ebabca97f027a0ae76f93600acfa6493fee0022f3058d952f8
5
5
  SHA512:
6
- metadata.gz: 7e003f9cc34df7a36bfcadbec6e7f14314d4f9c4c63541488993b24f7487f3b4d6511b49103e1c4bc6732bf96c7b67c45c637099f012cfc237222d357ad268dc
7
- data.tar.gz: 1990d8ba48621068ddabb42448869b1b5abb29426579d1b681391da7a9ff9db1b2df6926085f7a561670b2371790dbcb4182ff8b55d34f2a4d5ebbffe904a1b3
6
+ metadata.gz: 519808a96e30fbee860c9fc54535078a05f11d9af53294abcca7c28ec4954f5f065757b1ed491920135c9a84cbe3f53b5e8bebf97e9e8e7ea3d758c2182d164c
7
+ data.tar.gz: e8345093f04a053486fd3d42e3ce0a82b7662ee19bc4b5f0a40e72190e9fefdd5e57af754052f0a671387b4ac7c51ce87358ae0df7629aa481c920efbd774933
@@ -36,8 +36,8 @@ module Raykit
36
36
  def self.get_dev_dir(name)
37
37
  dir = Pathname.new("#{Environment.root_dir}/#{name}")
38
38
  dir.mkpath
39
- if(dir.to_s.include?("https:") || dir.to_s.include?("http:"))
40
- dir.to_s.gsub("https://", ".").gsub("http://",".").gsub("//", "/")
39
+ if (dir.to_s.include?("https:") || dir.to_s.include?("http:"))
40
+ dir.to_s.gsub("https://", ".").gsub("http://", ".").gsub("//", "/")
41
41
  else
42
42
  dir
43
43
  end
@@ -10,7 +10,7 @@ module Raykit
10
10
  # C:\Program Files\Microsoft Visual Studio\2022\Community\Msbuild\Current\Bin
11
11
  def self.msbuild_path
12
12
  ["2022/Community/Msbuild/Current/Bin",
13
- "2022/Professional/Msbuild/Current/Bin",
13
+ "2022/Professional/Msbuild/Current/Bin",
14
14
  "2019/Enterprise/MSBuild/Current/Bin",
15
15
  "2019/Professional/MSBuild/Current/Bin",
16
16
  "2019/Community/MSBuild/Current/Bin",
@@ -294,10 +294,11 @@ module Raykit
294
294
  if !cmd.exitstatus.nil? && cmd.exitstatus.zero?
295
295
  else
296
296
  # display error details
297
- #puts cmd.output
298
- puts cmd.error
299
- puts
300
- abort "#{Rainbow(elapsed_str).red.bright} #{Rainbow(cmd.command).white}" if quit_on_failure
297
+ puts cmd.output
298
+ $stderr.puts cmd.error
299
+ if quit_on_failure
300
+ abort
301
+ end
301
302
  end
302
303
  cmd.save
303
304
  cmd
data/lib/raykit/zip.rb CHANGED
@@ -1,4 +1,3 @@
1
-
2
1
  require "zip"
3
2
 
4
3
  module Raykit
@@ -54,7 +53,7 @@ module Raykit
54
53
  #f.puts(fr.read)
55
54
  fr.close()
56
55
  f.close()
57
- count=count+1
56
+ count = count + 1
58
57
  }
59
58
  end
60
59
  zipfile.close
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.354
4
+ version: 0.0.357
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lou Parslow
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-04 00:00:00.000000000 Z
11
+ date: 2022-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler