mutx 0.1.50 → 0.1.51
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/mutx/background_jobs/workers/executor.rb +0 -2
- data/lib/mutx/version.rb +1 -1
- data/lib/mutx/view/tasks/task_item.mote +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 45b7696f908ea4e9bb32210c65a0839876b47af7
|
|
4
|
+
data.tar.gz: 177db51d66ac72b4b5bedbbbb3a7ac1fdbadd074
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db2e07878a70c4a1a4ac1a98f445a3dcfef82fed2b9c8e1cd8a0b252f1df765351752b1f4279e7119b7dbe64d57eafc09594fedbca260f3f6df476af23964bf7
|
|
7
|
+
data.tar.gz: cabe305f961a0f537845d5d364de08253794b9d890c5abafc6792013eb2db394d67989d1214106882f147c76c7ea8adbbbdd2cf626ce651e456558594a8e560b
|
|
@@ -84,7 +84,6 @@ module Mutx
|
|
|
84
84
|
Mutx::Support::Log.debug "[result:#{result.id}] Creating process" if Mutx::Support::Log
|
|
85
85
|
|
|
86
86
|
#USE 'PTY' GEM INSTEAD POPEN TO READ OUTPUT IN REAL TIME
|
|
87
|
-
@uname = Mutx::Support::Console.execute "uname"
|
|
88
87
|
@start_time = Time.now
|
|
89
88
|
begin
|
|
90
89
|
PTY.spawn("#{result.mutx_command}") do |stdout, stdin, pid|
|
|
@@ -92,7 +91,6 @@ module Mutx
|
|
|
92
91
|
result.save!
|
|
93
92
|
begin
|
|
94
93
|
stdout.each { |line|
|
|
95
|
-
Mutx::Support::Console.execute "sudo sysctl -w vm.drop_caches=3" if @uname.include? "Linux" #Free memo only Linux
|
|
96
94
|
@output += line
|
|
97
95
|
@output.slice! "fatal: Not a git repository (or any of the parent directories): .git"
|
|
98
96
|
#if Mutx::Support::TimeHelper.elapsed_from_last_check_greater_than? 5
|
data/lib/mutx/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mutx
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.51
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Roman Rodriguez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-01-
|
|
11
|
+
date: 2017-01-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|