selenium 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/lib/selenium/runner.rb +0 -5
- data/selenium.gemspec +2 -2
- metadata +4 -4
data/Rakefile
CHANGED
@@ -32,7 +32,7 @@ begin
|
|
32
32
|
|
33
33
|
$ selenium install
|
34
34
|
|
35
|
-
NB. This will download jars that
|
35
|
+
NB. This will download jars that this gem needs to run from the internet.
|
36
36
|
It will put them into ~/.selenium/assets.
|
37
37
|
|
38
38
|
-------------------------------------------------------------------------------
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.5
|
data/lib/selenium/runner.rb
CHANGED
@@ -53,11 +53,6 @@
|
|
53
53
|
# our vendored jarred one (useful for gems).
|
54
54
|
def construct_command(args="")
|
55
55
|
bin = File.expand_path(File.join(File.dirname(__FILE__), %w{.. .. bin selenium}))
|
56
|
-
# jruby_complete = File.expand_path(File.join(Redcar.asset_dir, "jruby-complete-1.5.3.jar"))
|
57
|
-
# unless File.exist?(jruby_complete)
|
58
|
-
# puts "\nCan't find jruby jar at #{jruby_complete}, did you run 'redcar install' ?"
|
59
|
-
# exit 1
|
60
|
-
# end
|
61
56
|
ENV['RUBYOPT'] = nil # disable other native args
|
62
57
|
|
63
58
|
# Windows XP updates
|
data/selenium.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{selenium}
|
8
|
-
s.version = "0.0.
|
8
|
+
s.version = "0.0.5"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Alexander Shvets"]
|
@@ -39,7 +39,7 @@ Gem::Specification.new do |s|
|
|
39
39
|
|
40
40
|
$ selenium install
|
41
41
|
|
42
|
-
NB. This will download jars that
|
42
|
+
NB. This will download jars that this gem needs to run from the internet.
|
43
43
|
It will put them into ~/.selenium/assets.
|
44
44
|
|
45
45
|
-------------------------------------------------------------------------------
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: selenium
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 5
|
10
|
+
version: 0.0.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Alexander Shvets
|
@@ -79,7 +79,7 @@ post_install_message: |
|
|
79
79
|
|
80
80
|
$ selenium install
|
81
81
|
|
82
|
-
NB. This will download jars that
|
82
|
+
NB. This will download jars that this gem needs to run from the internet.
|
83
83
|
It will put them into ~/.selenium/assets.
|
84
84
|
|
85
85
|
-------------------------------------------------------------------------------
|