Sha256: fdedb30d7c8d95b781c44d3bd4c11276d8b5a7d5e55d623fb2fdcdd83ee33ede
Contents?: true
Size: 1.65 KB
Versions: 6
Compression:
Stored size: 1.65 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{watirgrid} s.version = "" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Tim Koopmans"] s.date = %q{2009-11-05} s.description = %q{WatirGrid allows for distributed testing across a grid network using Watir.} s.email = %q{tim.koops@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".document", ".gitignore", "LICENSE", "README.rdoc", "Rakefile", "lib/controller.rb", "lib/extend.rb", "lib/provider.rb", "lib/watirgrid.rb", "spec/spec.opts", "spec/spec_helper.rb", "spec/tuple_spec.rb", "spec/watirgrid_spec.rb", "watirgrid.gemspec" ] s.homepage = %q{http://github.com/90kts/watirgrid} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{WatirGrid: Web Application Testing in Ruby across a grid network.} s.test_files = [ "spec/spec_helper.rb", "spec/tuple_spec.rb", "spec/watirgrid_spec.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q<rspec>, [">= 1.2.9"]) else s.add_dependency(%q<rspec>, [">= 1.2.9"]) end else s.add_dependency(%q<rspec>, [">= 1.2.9"]) end end
Version data entries
6 entries across 6 versions & 1 rubygems