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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0ec05f2d2e9ff182b85f74404b9469bea0d703a3
4
- data.tar.gz: 4f9fb88e7e4d856e5028ce9d839ae04322c6786f
3
+ metadata.gz: 6c433561f4f31d53f052981c5983184e6b371309
4
+ data.tar.gz: 8d4e1a7e6a57879b05954eb7a9a0c9e7d4324943
5
5
  SHA512:
6
- metadata.gz: 08ae867e333e675ccb19ad1042eb70be811afbe7e7ee175342188c9d8a0c4e3784c786f6cc8cf4fa5d7a20cfa6bab1994f7b172c02dbe65bc0188f20cc6e9010
7
- data.tar.gz: a8072748892980fa0da72d08f969a9a277ce86cb4971b19f65e85b5614a776f0d689025aeb60ca8dca47511b292e3c9ff3b1475341b03fe1b8afc38a24ed0aa8
6
+ metadata.gz: 9d5fcf5d839d6056a6012c67f346508fc2d5f9fc4cc2bb3add69d9564cdfaedc8e80835bc0c3f5a1c70ab59c9280ad0918968aafc651f7703f21e4dfefb7f070
7
+ data.tar.gz: 5f71bf70f2b489a2d6e7ac512cc7cc3774a745e086342280de14cc8d6b48a78bad9875f4746752c84f0c4cc89a82bc14cd160204acf7d433afb5e2c407af32e8
@@ -6,11 +6,7 @@
6
6
 
7
7
  "app_port" : 8080,
8
8
 
9
- "specific_vm" : false,
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.42
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-14 00:00:00.000000000 Z
11
+ date: 2016-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor