Skip to content

Commit fa8e377

Browse files
committed
Bump to 1.1.0 and update NEWS with changes
1 parent 6945ed5 commit fa8e377

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

Gemfile.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
capybara-webkit (1.0.0)
4+
capybara-webkit (1.1.0)
55
capybara (~> 2.0, >= 2.0.2)
66
json
77

@@ -11,7 +11,7 @@ GEM
1111
appraisal (0.4.0)
1212
bundler
1313
rake
14-
capybara (2.1.0)
14+
capybara (2.2.0)
1515
mime-types (>= 1.16)
1616
nokogiri (>= 1.3.3)
1717
rack (>= 1.0.0)
@@ -22,13 +22,14 @@ GEM
2222
diff-lcs (1.2.4)
2323
ffi (1.9.0)
2424
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)
2727
mini_magick (3.2.1)
2828
subexec (~> 0.0.4)
29+
mini_portile (0.5.2)
2930
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)
3233
rack (1.5.2)
3334
rack-protection (1.3.2)
3435
rack

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
New for 1.0.0:
214

315
* Fix a memory leak in the logger.

lib/capybara/webkit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Capybara
22
module Driver
33
class Webkit
4-
VERSION = '1.0.0'.freeze
4+
VERSION = '1.1.0'.freeze
55
end
66
end
77
end

0 commit comments

Comments
 (0)