Sha256: 219135761b9ff2260a8577894b7c5b3dec76b97d6d9e5263caa7a0809fa73b92

Contents?: true

Size: 692 Bytes

Versions: 1

Compression:

Stored size: 692 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "watir/version"

Gem::Specification.new do |s|
  s.name = "watir"
  s.version = Watir::BUNDLE_VERSION
  s.platform = Gem::Platform::RUBY
  s.authors = ["Bret Pettichord"]
  s.email = ["bret@pettichord.com"]
  s.homepage = "http://github.com/watir/watir"
  s.summary = %q{Watir}
  s.description = %q{Automated testing tool for web applications. By Testers. For Testers.}
  s.rubyforge_project = "watir"
  s.files = %x{git ls-files}.split("\n")
  s.require_paths = ["lib"]
  s.add_dependency "commonwatir", Watir::BUNDLE_VERSION

  # bundled gems
  s.add_dependency "watir-classic", '~> 3'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
watir-3.0.0 watir.gemspec