mutx 0.1.55 → 0.1.56
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36f6d41dcce25278c0137986852d92b816d529f9
|
4
|
+
data.tar.gz: 6ab2d1c193e43bea27a5610315924c76a962ec98
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 022a340445e66a1261c190e3c6dc4f826137c234981d91881f5f1b90573b6071b028aa84f28970a61a378f1ae2a005fa0a2f6d1173cbab762f9526ec38ba1e4d
|
7
|
+
data.tar.gz: 8a1273336751bff83667b97cbee06567785240e0248e762df2691fdf502f004e81178d12481c5d8af3c412099f0c1fa5bdd9836a9ae559181cdb885cc0f53e91
|
@@ -9,11 +9,6 @@
|
|
9
9
|
<h6> This email is sent automatically. Please, do not reply</h6>
|
10
10
|
<div class="container">
|
11
11
|
<div class="well">
|
12
|
-
<p style="color: black; font-size: 12px;">'<%= task_name %>' finished</p>
|
13
|
-
<p style="color: black; font-size: 12px;"><strong>Summary: </strong> '<%= info %>' </p>
|
14
|
-
<p style="color: black; font-size: 12px;"><strong>Duration: </strong> '<%= time %>' seconds </p>
|
15
|
-
<p style="color: black; font-size: 12px;"><strong><strong>Status: </strong></strong>'<%= status %>'</p>
|
16
|
-
<p style="color: black; font-size: 12px;"><strong>Result ID: </strong> '<%= id %>' </p>
|
17
12
|
<h3>
|
18
13
|
<medium>
|
19
14
|
<pre style="height:400px; white-space:pre; word-wrap:normal;">
|
@@ -21,6 +16,11 @@
|
|
21
16
|
</pre>
|
22
17
|
</medium>
|
23
18
|
</h3>
|
19
|
+
<p style="color: black; font-size: 12px;">'<%= task_name %>' finished</p>
|
20
|
+
<p style="color: black; font-size: 12px;"><strong>Summary: </strong> '<%= info %>' </p>
|
21
|
+
<p style="color: black; font-size: 12px;"><strong>Duration: </strong> '<%= time %>' seconds </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
24
|
</div>
|
25
25
|
</div>
|
26
26
|
</div>
|
Binary file
|
@@ -10,11 +10,6 @@
|
|
10
10
|
<div>
|
11
11
|
<div class="container">
|
12
12
|
<div class="well">
|
13
|
-
<p style="color: black; font-size: 12px;"><strong>'<%= task_name %>' </strong> finished</p>
|
14
|
-
<p style="color: black; font-size: 12px;"><strong>Duration: </strong>'<%= time %>' seconds </p>
|
15
|
-
<p style="color: black; font-size: 12px;"><strong><strong>Status: </strong></strong> '<%= status %>' </p>
|
16
|
-
<p style="color: black; font-size: 12px;"><strong>Result ID: </strong>'<%= id %>' </p>
|
17
|
-
<p style="color: black; font-size: 12px;"><strong>Output</strong></p>
|
18
13
|
<h3>
|
19
14
|
<medium>
|
20
15
|
<pre style="height:400px; white-space:pre; word-wrap:normal;">
|
@@ -22,6 +17,11 @@
|
|
22
17
|
</pre>
|
23
18
|
</medium>
|
24
19
|
</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: </strong>'<%= time %>' seconds </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
25
|
</div>
|
26
26
|
</div>
|
27
27
|
</div>
|
Binary file
|
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.56
|
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-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|