spreewald 0.5.8 → 0.5.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  # coding: UTF-8
2
2
 
3
3
  module ToleranceForSeleniumSyncIssues
4
- RETRY_ERRORS = %w[Capybara::ElementNotFound Spec::Expectations::ExpectationNotMetError RSpec::Expectations::ExpectationNotMetError Capybara::Poltergeist::ClickFailed]
4
+ RETRY_ERRORS = %w[Capybara::ElementNotFound Spec::Expectations::ExpectationNotMetError RSpec::Expectations::ExpectationNotMetError Capybara::Poltergeist::ClickFailed Selenium::WebDriver::Error::StaleElementReferenceError]
5
5
 
6
6
  # This is similiar but not entirely the same as Capybara::Node::Base#wait_until or Capybara::Session#wait_until
7
7
  def patiently(seconds=Capybara.default_wait_time, &block)
@@ -1,5 +1,5 @@
1
1
  # coding: UTF-8
2
2
 
3
3
  module Spreewald
4
- VERSION = "0.5.8"
4
+ VERSION = "0.5.9"
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spreewald
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 8
10
- version: 0.5.8
9
+ - 9
10
+ version: 0.5.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tobias Kraze
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-03-25 00:00:00 +01:00
19
- default_executable:
18
+ date: 2013-03-27 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: cucumber-rails
@@ -93,7 +92,6 @@ files:
93
92
  - lib/spreewald_support/version.rb
94
93
  - spreewald.gemspec
95
94
  - support/documentation_generator.rb
96
- has_rdoc: true
97
95
  homepage: https://github.com/makandra/spreewald
98
96
  licenses: []
99
97
 
@@ -123,9 +121,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
121
  requirements: []
124
122
 
125
123
  rubyforge_project:
126
- rubygems_version: 1.3.9.5
124
+ rubygems_version: 1.8.24
127
125
  signing_key:
128
126
  specification_version: 3
129
127
  summary: Collection of useful cucumber steps.
130
128
  test_files: []
131
129
 
130
+ has_rdoc: