Sha256: a4de4ffba9daf4ee8b9851fe7f573cf994d73b9e724aa84cc1ce6de0c4158c5a

Contents?: true

Size: 657 Bytes

Versions: 1

Compression:

Stored size: 657 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name = "commonwatir"
  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{Common library for Watir}
  s.description = %q{This library is included so older versions of commonwatir are not activated}
  s.rubyforge_project = "watir"
  s.files = %x{git ls-files}.split("\n")
  s.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
commonwatir-3.0.0 commonwatir.gemspec