mutx 0.1.28 → 0.1.29
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: 557c163ef4ee5f97289a2d6e1d97d3a3c124dc67
|
4
|
+
data.tar.gz: 1b9a04a46e3a3db8d668e48301b2b2f891edc0cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 339f31dbd48666e36acf788a57ec4d5d0b9e1fd4204418c8c997ae625bd00b451f5589f1e69e69407388b1739ae313793a1b619da4e26abe7d74ab6e4db63a98
|
7
|
+
data.tar.gz: 5b4371c03e77c32b894feb8f2d1040c9bf5158c1f821633c5dc9f43c382e6d2bef6901ddd422c898678173560c7736ebf0f6d4d61ae22e2f0a71384dee971a87
|
@@ -12,7 +12,14 @@
|
|
12
12
|
<p style="color: black; font-size: 12px;"><strong>Duration: </strong> '<%= time %>' seconds </p>
|
13
13
|
<p style="color: black; font-size: 12px;"><strong><strong>Status: </strong></strong>'<%= status %>'</p>
|
14
14
|
<p style="color: black; font-size: 12px;"><strong>Result ID: </strong> '<%= id %>' </p>
|
15
|
-
<
|
15
|
+
<h3>
|
16
|
+
<medium>
|
17
|
+
<pre style="height:400px; white-space:pre; word-wrap:normal;">
|
18
|
+
<b style='color:Black; font-size: 11px;'><%= output %></b>
|
19
|
+
</pre>
|
20
|
+
</medium>
|
21
|
+
</h3>
|
22
|
+
<p style="color: black; font-size: 12px;"><span style="color: #ff0000;"><strong>The execution output is attached</strong></span></p>
|
16
23
|
<h6> This email is sent automatically. Please, do not reply</h6>
|
17
24
|
</div>
|
18
25
|
</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.29
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Roman Rodriguez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-09-
|
11
|
+
date: 2016-09-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|