File tree Expand file tree Collapse file tree 3 files changed +20
-7
lines changed Expand file tree Collapse file tree 3 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- capybara-webkit (1.0 .0 )
4
+ capybara-webkit (1.1 .0 )
5
5
capybara (~> 2.0 , >= 2.0.2 )
6
6
json
7
7
11
11
appraisal (0.4.0 )
12
12
bundler
13
13
rake
14
- capybara (2.1 .0 )
14
+ capybara (2.2 .0 )
15
15
mime-types (>= 1.16 )
16
16
nokogiri (>= 1.3.3 )
17
17
rack (>= 1.0.0 )
22
22
diff-lcs (1.2.4 )
23
23
ffi (1.9.0 )
24
24
ffi (1.9.0-x86-mingw32 )
25
- json (1.8.0 )
26
- mime-types (1.22 )
25
+ json (1.8.1 )
26
+ mime-types (2.0 )
27
27
mini_magick (3.2.1 )
28
28
subexec (~> 0.0.4 )
29
+ mini_portile (0.5.2 )
29
30
multi_json (1.7.8 )
30
- nokogiri (1.5.9 )
31
- nokogiri ( 1 .5.9-x86-mingw32 )
31
+ nokogiri (1.6.0 )
32
+ mini_portile ( ~> 0 .5.0 )
32
33
rack (1.5.2 )
33
34
rack-protection (1.3.2 )
34
35
rack
Original file line number Diff line number Diff line change
1
+ New for 1.1.0:
2
+
3
+ * Improve messages for ClickFailed errors to aid debugging.
4
+ * Fix long load times on Ruby 2.0.0-p195.
5
+ * Automatically save screenshots on ClickFailed errors.
6
+ * Render a mouse pointer in screenshots for the current mouse location.
7
+ * Silent debug messages from Qt.
8
+ * Fix OS X keychain bug in Qt 5 related to basic authentication.
9
+ * Fix issues visiting URLs with square brackets.
10
+ * Fail immediately when trying to install with unsupported versions of Qt.
11
+ * Fix race condition leading to InvalidResponseErrors.
12
+
1
13
New for 1.0.0:
2
14
3
15
* Fix a memory leak in the logger.
Original file line number Diff line number Diff line change 1
1
module Capybara
2
2
module Driver
3
3
class Webkit
4
- VERSION = '1.0 .0' . freeze
4
+ VERSION = '1.1 .0' . freeze
5
5
end
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments