watirgrid 1.0.5 → 1.0.6

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.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/lib/provider.rb +1 -1
  3. data/watirgrid.gemspec +43 -43
  4. metadata +4 -4
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ begin
9
9
  gem.email = "tim.koops@gmail.com"
10
10
  gem.homepage = "http://github.com/90kts/watirgrid"
11
11
  gem.authors = ["Tim Koopmans"]
12
- gem.version = "1.0.5"
12
+ gem.version = "1.0.6"
13
13
  end
14
14
  rescue LoadError
15
15
  puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
data/lib/provider.rb CHANGED
@@ -39,7 +39,7 @@ module Watir
39
39
  end
40
40
  end
41
41
 
42
- def new_browser(webdriver_browser_type = nil)
42
+ def new_browser(webdriver_browser_type = :firefox)
43
43
  case @browser.inspect
44
44
  when "Selenium::WebDriver"
45
45
  @browser.for webdriver_browser_type
data/watirgrid.gemspec CHANGED
@@ -1,69 +1,69 @@
1
1
  # Generated by jeweler
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{watirgrid}
8
- s.version = "1.0.4"
8
+ s.version = "1.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 = ["Tim Koopmans"]
12
- s.date = %q{2011-04-09}
12
+ s.date = %q{2011-04-19}
13
13
  s.description = %q{WatirGrid allows for distributed testing across a grid network using Watir.}
14
14
  s.email = %q{tim.koops@gmail.com}
15
- s.executables = ["controller", "listener", "provider"]
15
+ s.executables = ["listener", "controller", "provider"]
16
16
  s.extra_rdoc_files = [
17
17
  "LICENSE",
18
- "README.rdoc"
18
+ "README.rdoc"
19
19
  ]
20
20
  s.files = [
21
21
  ".document",
22
- ".gitignore",
23
- "EXAMPLES.rdoc",
24
- "LICENSE",
25
- "README.rdoc",
26
- "Rakefile",
27
- "bin/controller",
28
- "bin/listener",
29
- "bin/provider",
30
- "examples/basic/example_safariwatir.rb",
31
- "examples/basic/example_webdriver.rb",
32
- "examples/basic/example_webdriver_remote.rb",
33
- "examples/cucumber/example.feature",
34
- "examples/cucumber/step_definitions/example_steps.rb",
35
- "lib/controller.rb",
36
- "lib/extensions/remote.rb",
37
- "lib/listener.rb",
38
- "lib/provider.rb",
39
- "lib/watirgrid.rb",
40
- "rdoc/logo.png",
41
- "spec/grid_spec.rb",
42
- "spec/gridinit_spec.rb",
43
- "spec/memory_spec.rb",
44
- "spec/spec_helper.rb",
45
- "spec/utilities_spec.rb",
46
- "spec/webdriver_remote_spec.rb",
47
- "spec/webdriver_spec.rb",
48
- "watirgrid.gemspec"
22
+ "EXAMPLES.rdoc",
23
+ "LICENSE",
24
+ "README.rdoc",
25
+ "Rakefile",
26
+ "bin/controller",
27
+ "bin/listener",
28
+ "bin/provider",
29
+ "examples/basic/example_safariwatir.rb",
30
+ "examples/basic/example_webdriver.rb",
31
+ "examples/basic/example_webdriver_remote.rb",
32
+ "examples/cucumber/example.feature",
33
+ "examples/cucumber/step_definitions/example_steps.rb",
34
+ "lib/controller.rb",
35
+ "lib/extensions/remote.rb",
36
+ "lib/listener.rb",
37
+ "lib/provider.rb",
38
+ "lib/watirgrid.rb",
39
+ "rdoc/logo.png",
40
+ "spec/grid_spec.rb",
41
+ "spec/gridinit_spec.rb",
42
+ "spec/memory_spec.rb",
43
+ "spec/selenium_webdriver_spec.rb",
44
+ "spec/spec_helper.rb",
45
+ "spec/utilities_spec.rb",
46
+ "spec/webdriver_remote_spec.rb",
47
+ "spec/webdriver_spec.rb",
48
+ "watirgrid.gemspec"
49
49
  ]
50
50
  s.homepage = %q{http://github.com/90kts/watirgrid}
51
- s.rdoc_options = ["--charset=UTF-8"]
52
51
  s.require_paths = ["lib"]
53
52
  s.rubygems_version = %q{1.4.2}
54
53
  s.summary = %q{WatirGrid: Web Application Testing in Ruby across a grid network.}
55
54
  s.test_files = [
55
+ "examples/basic/example_safariwatir.rb",
56
+ "examples/basic/example_webdriver.rb",
57
+ "examples/basic/example_webdriver_remote.rb",
58
+ "examples/cucumber/step_definitions/example_steps.rb",
56
59
  "spec/grid_spec.rb",
57
- "spec/gridinit_spec.rb",
58
- "spec/memory_spec.rb",
59
- "spec/spec_helper.rb",
60
- "spec/utilities_spec.rb",
61
- "spec/webdriver_remote_spec.rb",
62
- "spec/webdriver_spec.rb",
63
- "examples/basic/example_safariwatir.rb",
64
- "examples/basic/example_webdriver.rb",
65
- "examples/basic/example_webdriver_remote.rb",
66
- "examples/cucumber/step_definitions/example_steps.rb"
60
+ "spec/gridinit_spec.rb",
61
+ "spec/memory_spec.rb",
62
+ "spec/selenium_webdriver_spec.rb",
63
+ "spec/spec_helper.rb",
64
+ "spec/utilities_spec.rb",
65
+ "spec/webdriver_remote_spec.rb",
66
+ "spec/webdriver_spec.rb"
67
67
  ]
68
68
 
69
69
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: watirgrid
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 5
10
- version: 1.0.5
9
+ - 6
10
+ version: 1.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tim Koopmans
@@ -53,12 +53,12 @@ files:
53
53
  - spec/grid_spec.rb
54
54
  - spec/gridinit_spec.rb
55
55
  - spec/memory_spec.rb
56
+ - spec/selenium_webdriver_spec.rb
56
57
  - spec/spec_helper.rb
57
58
  - spec/utilities_spec.rb
58
59
  - spec/webdriver_remote_spec.rb
59
60
  - spec/webdriver_spec.rb
60
61
  - watirgrid.gemspec
61
- - spec/selenium_webdriver_spec.rb
62
62
  has_rdoc: true
63
63
  homepage: http://github.com/90kts/watirgrid
64
64
  licenses: []