mutx 0.1.42 → 0.1.43
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/generators/templates/mutx.conf.tt +7 -11
- 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: 6c433561f4f31d53f052981c5983184e6b371309
|
4
|
+
data.tar.gz: 8d4e1a7e6a57879b05954eb7a9a0c9e7d4324943
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d5fcf5d839d6056a6012c67f346508fc2d5f9fc4cc2bb3add69d9564cdfaedc8e80835bc0c3f5a1c70ab59c9280ad0918968aafc651f7703f21e4dfefb7f070
|
7
|
+
data.tar.gz: 5f71bf70f2b489a2d6e7ac512cc7cc3774a745e086342280de14cc8d6b48a78bad9875f4746752c84f0c4cc89a82bc14cd160204acf7d433afb5e2c407af32e8
|
@@ -6,11 +6,7 @@
|
|
6
6
|
|
7
7
|
"app_port" : 8080,
|
8
8
|
|
9
|
-
"
|
10
|
-
|
11
|
-
"proxy_one" : false,
|
12
|
-
|
13
|
-
"proxy_two" : false,
|
9
|
+
"proxys" : [],
|
14
10
|
|
15
11
|
"mail_from" : "Mutx <your@email.sender.org>",
|
16
12
|
|
@@ -39,12 +35,12 @@
|
|
39
35
|
"refresh_time" : 10,
|
40
36
|
|
41
37
|
"notification" : {
|
42
|
-
"smtp_address" : null,
|
43
|
-
"smtp_port" : null,
|
44
|
-
"smtp_domain" : null,
|
45
|
-
"smtp_user" : null,
|
46
|
-
"smtp_password" : null,
|
47
|
-
"smtp_autentication" : null,
|
38
|
+
"smtp_address" : "null",
|
39
|
+
"smtp_port" : "null",
|
40
|
+
"smtp_domain" : "null",
|
41
|
+
"smtp_user" : "null",
|
42
|
+
"smtp_password" : "null",
|
43
|
+
"smtp_autentication" : "null",
|
48
44
|
"use_gmail" : false,
|
49
45
|
"username" : null,
|
50
46
|
"password" : null,
|
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.43
|
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-12-
|
11
|
+
date: 2016-12-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|