capricorn 2.0.3 → 2.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,7 +19,7 @@ push(Path) when is_list(Path) ->
19
19
  Else -> Else
20
20
  end;
21
21
  push(Data) ->
22
- gen_server:call(cap_cluster_gems, {push, Data}).
22
+ gen_server:call(cap_cluster_gems, {push, Data}, 15 * 60 * 1000).
23
23
 
24
24
 
25
25
  -spec lookup(binary() | dependency()) -> {ok, gem_spec()} | {error, not_found} .
@@ -1,5 +1,5 @@
1
1
  module Capricorn
2
2
 
3
- VERSION = '2.0.3'
3
+ VERSION = '2.0.4'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capricorn
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 7
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 3
10
- version: 2.0.3
9
+ - 4
10
+ version: 2.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Simon Menke