flammarion 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -45,7 +45,7 @@ module Flammarion
45
45
 
46
46
  # @api private
47
47
  def wait_for_a_connection
48
- Timeout.timeout(20) { sleep 0.5 while @sockets.empty? }
48
+ Timeout.timeout(20) { sleep 0.01 while @sockets.empty? }
49
49
  rescue Timeout::Error
50
50
  raise SetupError.new("Timed out while waiting for a connecting using #{@browser.name}.")
51
51
  end
@@ -14,7 +14,7 @@ module Flammarion
14
14
  handle_exception($!)
15
15
  end
16
16
  end
17
- sleep 0.5 while not @started
17
+ sleep 0.01 while not @started
18
18
  end
19
19
 
20
20
  def start_server_internal
@@ -1,3 +1,3 @@
1
1
  module Flammarion
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
@@ -8068,3 +8068,4 @@ window.font_awesome_list = ["glass","music","search","envelope-o","heart","star"
8068
8068
 
8069
8069
 
8070
8070
 
8071
+
@@ -1,3 +1,4 @@
1
1
  //= require vendor/jquery.js
2
2
  //= require_tree ./vendor
3
+ //= require websocket.js
3
4
  //= require_tree .
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flammarion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-12-17 00:00:00.000000000 Z
12
+ date: 2017-02-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubame