selenium_remote_control 1.0.3 → 1.0.4.pre1
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.
- data/lib/selenium_remote_control.rb +3 -2
- data/vendor/selenium-server.jar +0 -0
- metadata +16 -8
|
@@ -3,14 +3,15 @@ module SeleniumRemoteControl
|
|
|
3
3
|
module Version
|
|
4
4
|
Major = 1
|
|
5
5
|
Minor = 0
|
|
6
|
-
Tiny =
|
|
6
|
+
Tiny = 4
|
|
7
|
+
Build = 'pre1'
|
|
7
8
|
|
|
8
9
|
def self.to_s
|
|
9
10
|
to_a.join('.')
|
|
10
11
|
end
|
|
11
12
|
|
|
12
13
|
def self.to_a
|
|
13
|
-
[Major, Minor, Tiny]
|
|
14
|
+
[Major, Minor, Tiny, Build]
|
|
14
15
|
end
|
|
15
16
|
end
|
|
16
17
|
|
data/vendor/selenium-server.jar
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: selenium_remote_control
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
hash: -1876988192
|
|
5
|
+
prerelease: true
|
|
5
6
|
segments:
|
|
6
7
|
- 1
|
|
7
8
|
- 0
|
|
8
|
-
-
|
|
9
|
-
|
|
9
|
+
- 4
|
|
10
|
+
- pre1
|
|
11
|
+
version: 1.0.4.pre1
|
|
10
12
|
platform: ruby
|
|
11
13
|
authors:
|
|
12
14
|
- Dean Strelau
|
|
@@ -14,7 +16,7 @@ autorequire:
|
|
|
14
16
|
bindir: bin
|
|
15
17
|
cert_chain: []
|
|
16
18
|
|
|
17
|
-
date: 2010-03-23 00:00:00
|
|
19
|
+
date: 2010-03-23 00:00:00 +00:00
|
|
18
20
|
default_executable:
|
|
19
21
|
dependencies: []
|
|
20
22
|
|
|
@@ -39,23 +41,29 @@ rdoc_options: []
|
|
|
39
41
|
require_paths:
|
|
40
42
|
- lib
|
|
41
43
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
44
|
+
none: false
|
|
42
45
|
requirements:
|
|
43
46
|
- - ">="
|
|
44
47
|
- !ruby/object:Gem::Version
|
|
48
|
+
hash: 3
|
|
45
49
|
segments:
|
|
46
50
|
- 0
|
|
47
51
|
version: "0"
|
|
48
52
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
53
|
+
none: false
|
|
49
54
|
requirements:
|
|
50
|
-
- - "
|
|
55
|
+
- - ">"
|
|
51
56
|
- !ruby/object:Gem::Version
|
|
57
|
+
hash: 25
|
|
52
58
|
segments:
|
|
53
|
-
-
|
|
54
|
-
|
|
59
|
+
- 1
|
|
60
|
+
- 3
|
|
61
|
+
- 1
|
|
62
|
+
version: 1.3.1
|
|
55
63
|
requirements: []
|
|
56
64
|
|
|
57
65
|
rubyforge_project:
|
|
58
|
-
rubygems_version: 1.3.
|
|
66
|
+
rubygems_version: 1.3.7
|
|
59
67
|
signing_key:
|
|
60
68
|
specification_version: 3
|
|
61
69
|
summary: Selenium RC jar file in a gem
|