capybara-webkit 0.7.1 → 0.7.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- capybara-webkit (0.7.1)
4
+ capybara-webkit (0.7.2)
5
5
  capybara (< 1.2, >= 1.0.0)
6
6
 
7
7
  GEM
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
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "capybara-webkit"
3
- s.version = "0.7.1"
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",
@@ -162,7 +162,7 @@ class Capybara::Driver::Webkit
162
162
  end
163
163
 
164
164
  def attempt_connect
165
- @socket = @socket_class.open("localhost", @server_port)
165
+ @socket = @socket_class.open("127.0.0.1", @server_port)
166
166
  rescue Errno::ECONNREFUSED
167
167
  end
168
168
 
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: 1
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
- - 1
10
- version: 0.7.1
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-01 00:00:00 -05:00
33
+ date: 2011-10-07 00:00:00 -04:00
34
34
  default_executable:
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency