capricorn 2.0.4 → 2.0.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -244,7 +244,7 @@ do_spec(GemPath, Ctx) when is_list(GemPath) ->
|
|
244
244
|
do_spec(list_to_binary(GemPath),Ctx);
|
245
245
|
do_spec(GemPath, #state{spec_reader=P}) ->
|
246
246
|
bertio:send(P, GemPath),
|
247
|
-
try bertio:recv(P) of
|
247
|
+
try bertio:recv(P, 3 * 60 * 1000) of
|
248
248
|
{bert, {_, _, _}=Gem} -> normalize_gem(Gem);
|
249
249
|
{bert, R} -> R
|
250
250
|
catch
|
data/lib/capricorn/version.rb
CHANGED
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:
|
4
|
+
hash: 5
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 2.0.
|
9
|
+
- 5
|
10
|
+
version: 2.0.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Simon Menke
|