spreewald 0.9.4 → 0.9.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,6 +11,7 @@ module ToleranceForSeleniumSyncIssues
11
11
  Selenium::WebDriver::Error::NoAlertPresentError
12
12
  Selenium::WebDriver::Error::ElementNotVisibleError
13
13
  Selenium::WebDriver::Error::NoSuchFrameError
14
+ Selenium::WebDriver::Error::NoAlertPresentError
14
15
  ]
15
16
 
16
17
  # This is similiar but not entirely the same as Capybara::Node::Base#wait_until or Capybara::Session#wait_until
@@ -1,3 +1,3 @@
1
1
  module Spreewald
2
- VERSION = '0.9.4'
2
+ VERSION = '0.9.5'
3
3
  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: 51
4
+ hash: 49
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 4
10
- version: 0.9.4
9
+ - 5
10
+ version: 0.9.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tobias Kraze
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2014-03-05 00:00:00 +01:00
18
+ date: 2014-03-21 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency