selenium-server 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- selenium-server (1.0.0)
4
+ selenium-server (1.1.0)
5
5
  rake
6
6
  selenium-webdriver
7
7
 
data/example.rb CHANGED
@@ -4,6 +4,7 @@ SeleniumServer.configure do |c|
4
4
  c.host = "localhost"
5
5
  c.port = "4444"
6
6
  c.profile_path = "#{Dir.pwd}/profiles/alfresco"
7
+ c.jar = "/Users/more/Dropbox/_dev/ManTech/RAFT/vendor/selenium-server-standalone-2.32.0.jar"
7
8
  end
8
9
 
9
10
  @driver = SeleniumServer.start
@@ -1,8 +1,8 @@
1
1
  require 'selenium/rake/server_task'
2
2
 
3
3
  Selenium::Rake::ServerTask.new(:server) do |t|
4
- t.version = :latest
5
4
 
5
+ t.jar = '/Users/more/Dropbox/_dev/ManTech/RAFT/vendor/selenium-server-standalone-2.32.0.jar'
6
6
  t.background
7
7
  t.log = false
8
8
  t.port = 4444
@@ -25,7 +25,7 @@ module SeleniumServer
25
25
 
26
26
  Selenium::Rake::ServerTask.new(:server) do |t|
27
27
  #{"t.version = :latest" unless configuration.jar}
28
- #{if configuration.jar then "t.jar = #{configuration.jar}" end}
28
+ #{if configuration.jar then "t.jar = '#{configuration.jar}'" end}
29
29
  t.background
30
30
  t.log = #{configuration.log ? configuration.log : "false"}
31
31
  t.port = #{configuration.port ? configuration.port : "4444"}
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'selenium-server'
3
- s.version = '1.1.0'
3
+ s.version = '1.1.1'
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.authors = ['Dave Haeffner']
6
6
  s.email = ['dave@arrgyle.com']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selenium-server
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: