selenium-rc 2.3.1 → 2.3.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGES CHANGED
@@ -1,3 +1,6 @@
1
+ 2.3.2
2
+ Updating Selenium jar to v2.0 [b2]
3
+
1
4
  2.3.1
2
5
  Adds a 0.1 second sleep between attempts to check if Selenium is ready for connections
3
6
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- selenium-rc (2.3.0)
4
+ selenium-rc (2.3.2)
5
5
  selenium-client (>= 1.2.18)
6
6
 
7
7
  GEM
@@ -4,7 +4,7 @@ _selenium-rc_ is a convenient ruby wrapper for the Selenium Standalone Server ja
4
4
 
5
5
  ### Version ###
6
6
 
7
- The current version of this gem (2.3.1) packages **Selenium Standalone Server 2.0 [b1]**
7
+ The current version of this gem (2.3.2) packages **Selenium Standalone Server 2.0 [b2]**
8
8
 
9
9
  ### Basic Ruby Usage ###
10
10
 
data/Thorfile CHANGED
@@ -3,7 +3,7 @@ require "zip/zip"
3
3
  class Joe < Thor
4
4
  desc "download", "download the Selenium jar file from Google Code repository"
5
5
  def download
6
- url = "http://selenium.googlecode.com/files/selenium-server-standalone-2.0b1.jar"
6
+ url = "http://selenium.googlecode.com/files/selenium-server-standalone-2.0b2.jar"
7
7
  file = File.join("tmp", File.basename(url))
8
8
 
9
9
  FileUtils.mkdir_p("tmp")
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 2
3
3
  :minor: 3
4
- :patch: 0
4
+ :patch: 2
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{selenium-rc}
5
- s.version = "2.3.1"
5
+ s.version = "2.3.2"
6
6
  s.platform = Gem::Platform::RUBY
7
7
 
8
8
  s.description = %q{The Selenium Server packaged as a gem}
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 3
8
- - 1
9
- version: 2.3.1
8
+ - 2
9
+ version: 2.3.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Pivotal Labs, Inc.
@@ -18,7 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2011-02-17 00:00:00 +08:00
21
+ date: 2011-03-02 00:00:00 +08:00
22
22
  default_executable: selenium-rc
23
23
  dependencies:
24
24
  - !ruby/object:Gem::Dependency