falcon-capybara 1.3.0 → 1.3.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c9e430a88b1dc10ffc4c5f4350716a506aca953cca1085e7b6ae874e44d4849a
4
- data.tar.gz: 87b4792507e5d4113f2fdc0ce28ae42d92774641ca97af635930c275ef314a50
3
+ metadata.gz: 5c3213c5234555f8ff7931c3f544a9bdca6d09ae5b3ff2c6af2ef97925e570a4
4
+ data.tar.gz: c465408e8da00367df6c20a695266ad67242beb2844f6bd7b894fe7ba284cc5d
5
5
  SHA512:
6
- metadata.gz: 62ff6783c73da55f56e922e71251eb66a1c7c54c707a01a7d1c4d70d9eef36918b36fd81bdb100b87fb8ac5b0a012e0cde32115b8c43833fbcb93d2b2d609e86
7
- data.tar.gz: 48c2b44a0ec69de6dc1fb533ffaa537cf3337e78dcc0dbcf58bb6dafedd80fcf67f0cc3d4a1cff6ec7de2c761209f10b7de9cc4f1ea583fd718d953463647d22
6
+ metadata.gz: 722b91db86ed97c5c8401421bcf7000b7215d6b430efcfb6b2e6df9584b5740d96822aa5d2217270f2ec3db081c65532b2655de1ef1b45be09371076a308c170
7
+ data.tar.gz: da3ee8912eadf79fff6ac3db295c06a7a9f434c0e36b39aaa0c177e1cda6cf042f6eb0c20c57f108452cda4358837786e3f4d974a2addbb187be8365fb6f44cd
data/.travis.yml CHANGED
@@ -2,16 +2,22 @@ language: ruby
2
2
  sudo: false
3
3
  dist: trusty
4
4
  cache: bundler
5
+
5
6
  addons:
6
7
  apt:
8
+ sources:
9
+ - google-chrome
7
10
  packages:
8
11
  - google-chrome-stable
12
+
13
+ before_script:
14
+ - gem update --system
15
+ - gem install bundler
16
+
9
17
  rvm:
10
- - 2.0
11
- - 2.1
12
- - 2.2
13
18
  - 2.3
14
19
  - 2.4
20
+ - 2.5
15
21
  - jruby-head
16
22
  - ruby-head
17
23
  - rbx-3
@@ -20,6 +20,6 @@
20
20
 
21
21
  module Falcon
22
22
  module Capybara
23
- VERSION = "1.3.0"
23
+ VERSION = "1.3.1"
24
24
  end
25
25
  end
@@ -44,7 +44,7 @@ module Falcon
44
44
 
45
45
  Async::Reactor.run do
46
46
  Async.logger.debug (self) {"Waiting for job completion..."}
47
- @job_complete.wait until @job.nil?
47
+ @job_complete.wait
48
48
  end.wait
49
49
  end
50
50
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: falcon-capybara
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-30 00:00:00.000000000 Z
11
+ date: 2018-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: falcon