selenium-webdriver 2.21.0 → 2.21.1

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.
@@ -31,7 +31,7 @@ module Selenium
31
31
  #
32
32
  # Create a new Driver instance with the correct bridge for the given browser
33
33
  #
34
- # @param browser [:ie, :internet_explorer, :remote, :chrome, :firefox, :ff, :android, :iphone, :opera]
34
+ # @param browser [:ie, :internet_explorer, :remote, :chrome, :firefox, :ff, :android, :iphone, :opera, :safari]
35
35
  # the driver type to use
36
36
  # @param *rest
37
37
  # arguments passed to Bridge.new
@@ -45,6 +45,7 @@ module Selenium
45
45
  # @see Selenium::WebDriver::Android::Bridge
46
46
  # @see Selenium::WebDriver::IPhone::Bridge
47
47
  # @see Selenium::WebDriver::Opera::Bridge
48
+ # @see Selenium::WebDriver::Safari::Bridge
48
49
  #
49
50
  # @example
50
51
  #
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: selenium-webdriver
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 2.21.0
5
+ version: 2.21.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jari Bakken
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-04-11 00:00:00 +02:00
13
+ date: 2012-04-16 00:00:00 +01:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -19,9 +19,9 @@ dependencies:
19
19
  requirement: &id001 !ruby/object:Gem::Requirement
20
20
  none: false
21
21
  requirements:
22
- - - ~>
22
+ - - <
23
23
  - !ruby/object:Gem::Version
24
- version: "1.0"
24
+ version: "1.3"
25
25
  type: :runtime
26
26
  version_requirements: *id001
27
27
  - !ruby/object:Gem::Dependency