Sha256: 7a16e4c30ce8b77571b196a2a7aa71c3704252fb7de969ee06c5455c2062e7b1
Contents?: true
Size: 796 Bytes
Versions: 8
Compression:
Stored size: 796 Bytes
Contents
# -*- encoding: utf-8 -*- require "bundler" $:.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", "~>4" s.add_dependency "watir-webdriver" if ENV["build_for_windows"] s.platform = Gem::Platform::MINGW s.add_dependency "watir-classic", "~> 3.2" end end
Version data entries
8 entries across 8 versions & 1 rubygems