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 +3 -0
- data/Gemfile.lock +1 -1
- data/README.markdown +1 -1
- data/Thorfile +1 -1
- data/VERSION.yml +1 -1
- data/selenium-rc.gemspec +1 -1
- metadata +3 -3
data/CHANGES
CHANGED
data/Gemfile.lock
CHANGED
data/README.markdown
CHANGED
@@ -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.
|
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.
|
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")
|
data/VERSION.yml
CHANGED
data/selenium-rc.gemspec
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 2
|
7
7
|
- 3
|
8
|
-
-
|
9
|
-
version: 2.3.
|
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
|
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
|