capybara-webkit 0.7.1 → 0.7.2
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.
- data/Gemfile.lock +1 -1
- data/README.md +9 -0
- data/capybara-webkit.gemspec +1 -1
- data/lib/capybara/driver/webkit/browser.rb +1 -1
- metadata +4 -4
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -11,6 +11,15 @@ development toolkit. You'll need to download the Qt libraries to build and
|
|
11
11
|
install the gem. You can find instructions for downloading and installing QT on
|
12
12
|
the [capybara-webkit wiki](https://github.com/thoughtbot/capybara-webkit/wiki/Installing-QT)
|
13
13
|
|
14
|
+
Reporting Issues
|
15
|
+
----------------
|
16
|
+
|
17
|
+
Without access to your application code we can't easily debug most crashes or
|
18
|
+
generic failures, so we've included a debug vesion of the driver that prints a
|
19
|
+
log of what happened during each test. Before filing a crash bug, please see
|
20
|
+
[Reporting Crashes](https://github.com/thoughtbot/capybara-webkit/wiki/Reporting-Crashes).
|
21
|
+
You're much more likely to get a fix if you follow those instructions.
|
22
|
+
|
14
23
|
CI
|
15
24
|
--
|
16
25
|
|
data/capybara-webkit.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "capybara-webkit"
|
3
|
-
s.version = "0.7.
|
3
|
+
s.version = "0.7.2"
|
4
4
|
s.authors = ["thoughtbot", "Joe Ferris", "Jason Morrison", "Tristan Dunn",
|
5
5
|
"Joshua Clayton", "Yuichi Tateno", "Aaron Gibralter",
|
6
6
|
"Vasily Reys", "petrushka", "John Bintz", "Chad Pytel",
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capybara-webkit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 7
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 7
|
9
|
-
-
|
10
|
-
version: 0.7.
|
9
|
+
- 2
|
10
|
+
version: 0.7.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- thoughtbot
|
@@ -30,7 +30,7 @@ autorequire:
|
|
30
30
|
bindir: bin
|
31
31
|
cert_chain: []
|
32
32
|
|
33
|
-
date: 2011-10-
|
33
|
+
date: 2011-10-07 00:00:00 -04:00
|
34
34
|
default_executable:
|
35
35
|
dependencies:
|
36
36
|
- !ruby/object:Gem::Dependency
|