spreewald 0.9.2 → 0.9.3

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.
@@ -6,6 +6,7 @@ module ToleranceForSeleniumSyncIssues
6
6
  Spec::Expectations::ExpectationNotMetError
7
7
  RSpec::Expectations::ExpectationNotMetError
8
8
  Capybara::Poltergeist::ClickFailed
9
+ Capybara::ElementNotFound
9
10
  Selenium::WebDriver::Error::StaleElementReferenceError
10
11
  Selenium::WebDriver::Error::NoAlertPresentError
11
12
  Selenium::WebDriver::Error::ElementNotVisibleError
@@ -1,3 +1,3 @@
1
1
  module Spreewald
2
- VERSION = '0.9.2'
2
+ VERSION = '0.9.3'
3
3
  end
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../..
3
3
  specs:
4
- spreewald (0.9.2)
4
+ spreewald (0.9.3)
5
5
  capybara
6
6
  cucumber
7
7
  cucumber-rails
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../../..
3
3
  specs:
4
- spreewald (0.9.2)
4
+ spreewald (0.9.3)
5
5
  capybara
6
6
  cucumber
7
7
  cucumber-rails
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: 63
4
+ hash: 61
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 2
10
- version: 0.9.2
9
+ - 3
10
+ version: 0.9.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tobias Kraze