capricorn 2.0.3.pre2 → 2.0.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -28,7 +28,7 @@ init(NodeType) ->
|
|
28
28
|
|
29
29
|
|
30
30
|
handle_call(selfupdate, From, NodeType) ->
|
31
|
-
Install = os:cmd("gem
|
31
|
+
Install = os:cmd("bash -l -c \"gem install capricorn --pre\""),
|
32
32
|
init:reboot(),
|
33
33
|
gen_server:reply(From, list_to_binary(Install)),
|
34
34
|
{noreply, NodeType};
|
data/lib/capricorn/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capricorn
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 9
|
5
|
+
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 0
|
9
9
|
- 3
|
10
|
-
|
11
|
-
version: 2.0.3.pre2
|
10
|
+
version: 2.0.3
|
12
11
|
platform: ruby
|
13
12
|
authors:
|
14
13
|
- Simon Menke
|