raykit 0.0.324 → 0.0.325
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/project.rb +1 -1
- data/lib/raykit.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b36cf42afb32c960dda2c2ea90611615e98c3f9543b78d90fd41fbc881ef35a7
|
4
|
+
data.tar.gz: 5387ea01e2c8b2660d9d8e00a5756e1a2b7f4ec74e5ae370c1d20a736a8e2ca4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50ead5de4da7f5e0d3a97a93dde3b1811ef249c71e95699438e6a9ef216430ea48007857076508a4d8865f0e3ba68c43e9b39747f839afa70974c00b31ebef63
|
7
|
+
data.tar.gz: 4e92cf8269008b0822e8c54b4c8b48fe6857cb7892eb9224f190b49bd303632a784464666ebc7de501385b2d311c54f61cb2ab94c7ecbed7708b6bd3ccca5028
|
data/lib/raykit/project.rb
CHANGED
@@ -279,7 +279,7 @@ module Raykit
|
|
279
279
|
|
280
280
|
def run(command, quit_on_failure = true)
|
281
281
|
if command.is_a?(Array)
|
282
|
-
command.each { |subcommand| run(subcommand, quit_on_failure) }
|
282
|
+
command.each { |subcommand| run(subcommand, quit_on_failure, success_log_level) }
|
283
283
|
else
|
284
284
|
cmd = Command.new(command).set_timeout(0).run
|
285
285
|
cmd.summary
|
data/lib/raykit.rb
CHANGED
@@ -14,4 +14,4 @@ SECRETS = Raykit::Secrets.new
|
|
14
14
|
# TIMER=Raykit::Timer.new
|
15
15
|
|
16
16
|
REPOSITORIES = Raykit::Git::Repositories.new("#{Raykit::Environment.get_dev_dir("log")}/Raykit.Git.Repositories.json")
|
17
|
-
GIT_DIRECTORY = Raykit::Git::Directory.new(Rake.application.original_dir) if Dir.exist?(".git")
|
17
|
+
GIT_DIRECTORY = Raykit::Git::Directory.new(Rake.application.original_dir)# if Dir.exist?(".git")
|
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.325
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lou Parslow
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-01-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|