capricorn 2.0.4 → 2.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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
@@ -1,5 +1,5 @@
1
1
  module Capricorn
2
2
 
3
- VERSION = '2.0.4'
3
+ VERSION = '2.0.5'
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: 7
4
+ hash: 5
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 4
10
- version: 2.0.4
9
+ - 5
10
+ version: 2.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Simon Menke