mutx 0.1.56 → 0.1.57

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
  SHA1:
3
- metadata.gz: 36f6d41dcce25278c0137986852d92b816d529f9
4
- data.tar.gz: 6ab2d1c193e43bea27a5610315924c76a962ec98
3
+ metadata.gz: 2c30ecbf4cb0d1bbae41c688a7ba5bc202ae5dae
4
+ data.tar.gz: 5429a960555fa4c84f0f65a225a72301de57edf5
5
5
  SHA512:
6
- metadata.gz: 022a340445e66a1261c190e3c6dc4f826137c234981d91881f5f1b90573b6071b028aa84f28970a61a378f1ae2a005fa0a2f6d1173cbab762f9526ec38ba1e4d
7
- data.tar.gz: 8a1273336751bff83667b97cbee06567785240e0248e762df2691fdf502f004e81178d12481c5d8af3c412099f0c1fa5bdd9836a9ae559181cdb885cc0f53e91
6
+ metadata.gz: 7c1c724006076bcdf671c21c376ab34834374e943d6d08e384afd21541832da2bb782c4f2e05fe808ea11a0be2c0e87926e453586eee2533c64ef2ccd2791422
7
+ data.tar.gz: 851adebaf4ad6f7c83b67edb9ec5639d1b8d33c6826404cc070ad89355988ee2edc65fb10c6b98f153d8b1a615cd209466b62cd4539a43a585177eb1b765fe86
data/Gemfile CHANGED
@@ -1,3 +1,3 @@
1
1
  source 'https://rubygems.org'
2
+
2
3
  gemspec
3
- #gem 'mutx'
@@ -16,13 +16,17 @@
16
16
  </pre>
17
17
  </medium>
18
18
  </h3>
19
- <p style="color: black; font-size: 12px;">'<%= task_name %>' &nbsp;finished</p>
20
- <p style="color: black; font-size: 12px;"><strong>Summary:&nbsp;</strong> '<%= info %>' </p>
21
- <p style="color: black; font-size: 12px;"><strong>Duration:&nbsp;</strong> '<%= time %>' seconds&nbsp;</p>
22
- <p style="color: black; font-size: 12px;"><strong><strong>Status: </strong></strong>'<%= status %>'</p>
23
- <p style="color: black; font-size: 12px;"><strong>Result ID: </strong> '<%= id %>' </p>
24
19
  </div>
25
20
  </div>
26
21
  </div>
27
22
  </tbody>
28
- </html>
23
+ </html>
24
+ <html>
25
+
26
+ <style>
27
+ .well {
28
+ position: relative;
29
+ width: 100%;
30
+ height: 100%;
31
+ }
32
+ </style>
@@ -13,18 +13,26 @@
13
13
  <h3>
14
14
  <medium>
15
15
  <pre style="height:400px; white-space:pre; word-wrap:normal;">
16
- <b style='color:Black; font-size: 12px;'><%= output %></b>
16
+ <b style='color:Black; font-size: 12px;'><%= output %></b>
17
+ <b style="color: black; font-size: 12px;"><strong>'<%= task_name %>' </strong> finished</b>
18
+ <b style="color: black; font-size: 12px;"><strong>Duration:&nbsp;</strong>'<%= time %>' seconds&nbsp;</b>
19
+ <b style="color: black; font-size: 12px;"><strong><strong>Status: </strong></strong> '<%= status %>' </b>
20
+ <b style="color: black; font-size: 12px;"><strong>Result ID: </strong>'<%= id %>' </b>
17
21
  </pre>
18
22
  </medium>
19
23
  </h3>
20
- <p style="color: black; font-size: 12px;"><strong>'<%= task_name %>' </strong> finished</p>
21
- <p style="color: black; font-size: 12px;"><strong>Duration:&nbsp;</strong>'<%= time %>' seconds&nbsp;</p>
22
- <p style="color: black; font-size: 12px;"><strong><strong>Status: </strong></strong> '<%= status %>' </p>
23
- <p style="color: black; font-size: 12px;"><strong>Result ID: </strong>'<%= id %>' </p>
24
- <p style="color: black; font-size: 12px;"><strong>Output</strong></p>
25
24
  </div>
26
25
  </div>
27
26
  </div>
28
27
  <div>&nbsp;</div>
29
28
  </tbody>
30
- </html>
29
+ </html>
30
+ <html>
31
+
32
+ <style>
33
+ .well {
34
+ position: relative;
35
+ width: 100%;
36
+ height: 100%;
37
+ }
38
+ </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.56
4
+ version: 0.1.57
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-10 00:00:00.000000000 Z
11
+ date: 2017-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -371,6 +371,7 @@ extra_rdoc_files: []
371
371
  files:
372
372
  - ".gitignore"
373
373
  - Gemfile
374
+ - Gemfile.lock
374
375
  - LICENSE.txt
375
376
  - README.md
376
377
  - Rakefile
@@ -412,6 +413,7 @@ files:
412
413
  - lib/mutx/API/execution.rb
413
414
  - lib/mutx/API/input.rb
414
415
  - lib/mutx/API/path.rb
416
+ - lib/mutx/API/repo.rb
415
417
  - lib/mutx/API/result.rb
416
418
  - lib/mutx/API/results.rb
417
419
  - lib/mutx/API/task.rb
@@ -500,12 +502,14 @@ files:
500
502
  - lib/mutx/view/help/page.mote
501
503
  - lib/mutx/view/help/search_result.mote
502
504
  - lib/mutx/view/javascript.mote
505
+ - lib/mutx/view/list_repos.mote
503
506
  - lib/mutx/view/logs/log.mote
504
507
  - lib/mutx/view/logs/logs.mote
505
508
  - lib/mutx/view/modals.mote
506
509
  - lib/mutx/view/navigation_bar.mote
507
510
  - lib/mutx/view/not_found.mote
508
511
  - lib/mutx/view/parser.rb
512
+ - lib/mutx/view/repos.mote
509
513
  - lib/mutx/view/results/all.mote
510
514
  - lib/mutx/view/results/console.mote
511
515
  - lib/mutx/view/results/detailed_info.mote