capricorn 2.0.2 → 2.0.3.pre

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,12 +8,12 @@
8
8
 
9
9
 
10
10
  reboot(Node) ->
11
- gen_server:call({cap_runtime, Node}, reboot).
11
+ gen_server:call({cap_runtime, Node}, reboot, 60 * 1000).
12
12
 
13
13
 
14
14
 
15
15
  selfupdate(Node) ->
16
- gen_server:call({cap_runtime, Node}, selfupdate).
16
+ gen_server:call({cap_runtime, Node}, selfupdate, 15 * 60 * 1000).
17
17
 
18
18
 
19
19
 
@@ -16,12 +16,6 @@
16
16
  stdlib
17
17
  ]},
18
18
  {boot_rel, "capricorn"},
19
- {profile, embedded},
20
- {excl_sys_filters, [
21
- "^bin/.*",
22
- "^erts.*/bin/(dialyzer|typer)"
23
- ]},
24
- % {excl_archive_filters, [".*"]},
25
19
  {app, bert, [{incl_cond, include}]},
26
20
  {app, bertio, [{incl_cond, include}]},
27
21
  {app, bertrpc, [{incl_cond, include}]},
@@ -1,5 +1,5 @@
1
1
  module Capricorn
2
2
 
3
- VERSION = '2.0.2'
3
+ VERSION = '2.0.3.pre'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capricorn
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
5
- prerelease: false
4
+ hash: 961916008
5
+ prerelease: true
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 2
10
- version: 2.0.2
9
+ - 3
10
+ - pre
11
+ version: 2.0.3.pre
11
12
  platform: ruby
12
13
  authors:
13
14
  - Simon Menke