mutx 0.1.50 → 0.1.51

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 77b0996564a1b65706b09b59476bac5b1e8da551
4
- data.tar.gz: aeaa27913bfb605cadde215ef2240856a786f460
3
+ metadata.gz: 45b7696f908ea4e9bb32210c65a0839876b47af7
4
+ data.tar.gz: 177db51d66ac72b4b5bedbbbb3a7ac1fdbadd074
5
5
  SHA512:
6
- metadata.gz: 94cb8043f72485f7b03d75940f844e9b7ba3f0aae9e8db25485d424ba8507960538236155755ceae07af40340faa34cf63a6223265571b17ee7019f070955b4c
7
- data.tar.gz: 4312736fe7f72d13f272ffaac402fc430b2e3752b0b37fe2173bfce847109766f57c24c3f3c45d25005a17cd11c1a878a51be8e864581b8df04ecdea95aface3
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
@@ -1,3 +1,3 @@
1
1
  module Mutx
2
- VERSION = "0.1.50"
2
+ VERSION = "0.1.51"
3
3
  end
@@ -67,5 +67,6 @@ color = Mutx::View.color(status)
67
67
  display:inline-block;
68
68
  margin: 5px;
69
69
  width: auto;
70
+ padding: 10px;
70
71
  }
71
72
  </style>
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.50
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-02 00:00:00.000000000 Z
11
+ date: 2017-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor