# -*- encoding: utf-8 -*- # stub: watirgrid 0.0.9 ruby lib Gem::Specification.new do |s| s.name = "watirgrid".freeze s.version = "0.0.9".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Tim Koopmans".freeze] s.date = "2011-02-16" s.description = "WatirGrid allows for distributed testing across a grid network using Watir.".freeze s.email = "tim.koops@gmail.com".freeze s.executables = ["controller".freeze, "provider".freeze] s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, "EXAMPLES.rdoc".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "bin/controller".freeze, "bin/provider".freeze, "examples/basic/example_safariwatir.rb".freeze, "examples/basic/example_webdriver.rb".freeze, "examples/basic/example_webdriver_remote.rb".freeze, "examples/cucumber/example.feature".freeze, "examples/cucumber/step_definitions/example_steps.rb".freeze, "lib/controller.rb".freeze, "lib/extensions/remote.rb".freeze, "lib/extensions/selenium-server-standalone-2.0b1.jar".freeze, "lib/provider.rb".freeze, "lib/watirgrid.rb".freeze, "logo.png".freeze, "spec/grid_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/utilities_spec.rb".freeze, "spec/webdriver_remote_spec.rb".freeze, "spec/webdriver_spec.rb".freeze, "watirgrid.gemspec".freeze] s.homepage = "http://github.com/90kts/watirgrid".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "WatirGrid: Web Application Testing in Ruby across a grid network.".freeze s.test_files = ["spec/grid_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/utilities_spec.rb".freeze, "spec/webdriver_remote_spec.rb".freeze, "spec/webdriver_spec.rb".freeze, "examples/basic/example_safariwatir.rb".freeze, "examples/basic/example_webdriver.rb".freeze, "examples/basic/example_webdriver_remote.rb".freeze, "examples/cucumber/step_definitions/example_steps.rb".freeze] end