raykit 0.0.438 → 0.0.439
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/git/repository.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 54d7aa6c3a8cb54d80f50e8d452a1881a2cf20a6a74d80cf0645b9bee0d430d5
|
4
|
+
data.tar.gz: 50ed85cddcc44c580ebbb4b048dd636d46da7f3b6583fb17efecfa04a1fe029c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8270cd7c18792132f85f6b2093f9e2e5e683e482ce6253dc8b520df3e4f72644494feb3add9d010bdcfa6cb8f5e59e34d936bfa57b9de3f0f147d9b76b2a3dd9
|
7
|
+
data.tar.gz: e5eafbf053099b6e2acdb21339e3edd66f7f6936456dddb7ee0e9c32f70ecfe528d1dd7ebe20eab00c2b6a41ba9ec22c1ba52b2ef18c1a5bd2ed4daab49bb1f8
|
@@ -149,7 +149,7 @@ module Raykit
|
|
149
149
|
filename = "#{Raykit::Environment::log_dir}/work_#{relative_path.gsub("/", "-")}.json"
|
150
150
|
if (Raykit::Git::Directory.new(get_dev_dir("work")).outstanding_commit?)
|
151
151
|
puts " outstanding commit in #{get_dev_dir("work")}"
|
152
|
-
work_cmd = Raykit::Git::Repository::
|
152
|
+
work_cmd = Raykit::Git::Repository::work_url(url, command)
|
153
153
|
work_cmd.save_as(filename)
|
154
154
|
return work_cmd
|
155
155
|
else
|