capybara-webkit 1.11.0 → 1.11.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ad5728bd3b562424ad10cde2602b487c316ab913
4
- data.tar.gz: 9570284c025d046a9fa8702397b0f33437836de5
3
+ metadata.gz: c4e5cb098e565dd288fa0a9d862e9d828dd72888
4
+ data.tar.gz: ae04f2c076495ac1783489cb5be48a41dd9734c2
5
5
  SHA512:
6
- metadata.gz: a44f6bcb19e12adb7d88c7385894568148fe3a54b20c7d0a3f98ab6ea11a36e34efc452a4077a30bc2d8124f6f536d636f4bfaebc8db9598079fedb08605a9ba
7
- data.tar.gz: c40ed1c93364e875e36f1ff769b617b5c40fe0d259944cc7dccfe9ed06a35d24b03033f2e1ee8c88d406148e526925a5aa21a7ab96de6f383b24f44afa2ccb87
6
+ metadata.gz: 4a334d6048f9faa8911699c37f220045e2254382bf7dc2fd6663ad38065eeb15a27a708120ebaa14561aba9f9c43a7bf10627ceda86faa5c1ef75e2a09d5adca
7
+ data.tar.gz: e1461ccb3414bfdc080058607767f5bd67f77869b4da2911dfe7a4670356d625a30f100e7c612543c0e1741c4d07ea07a4bb46dc9acd57469646a5aa29404ba6
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- capybara-webkit (1.11.0)
4
+ capybara-webkit (1.11.1)
5
5
  capybara (>= 2.3.0, < 2.8.0)
6
6
  json
7
7
 
data/NEWS.md CHANGED
@@ -1,4 +1,8 @@
1
- New for 1.10.1:
1
+ New for 1.11.1:
2
+
3
+ * Fix compiling on OS X with Qt 4.8
4
+
5
+ New for 1.11.0:
2
6
 
3
7
  * Pass default Server to Connection when not user provided
4
8
  * Support :backspace in Node#send_keys
@@ -1,7 +1,7 @@
1
1
  module Capybara
2
2
  module Driver
3
3
  class Webkit
4
- VERSION = "1.11.0".freeze
4
+ VERSION = "1.11.1".freeze
5
5
  end
6
6
  end
7
7
  end
@@ -2,6 +2,7 @@
2
2
  #include "IgnoreDebugOutput.h"
3
3
  #include "StdinNotifier.h"
4
4
  #include <QApplication>
5
+ #include <QStyleFactory>
5
6
  #include <iostream>
6
7
  #ifdef Q_OS_UNIX
7
8
  #include <unistd.h>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capybara-webkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - thoughtbot
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2016-04-26 00:00:00.000000000 Z
16
+ date: 2016-05-04 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: capybara
@@ -419,3 +419,4 @@ test_files:
419
419
  - spec/support/app_runner.rb
420
420
  - spec/support/matchers/include_response.rb
421
421
  - spec/support/output_writer.rb
422
+ has_rdoc: