Sha256: 2c598ca79e8a6dfe604b19dfb6b4870c6e4db60e5f7b11b3bda9d20fd1ed3f9e

Contents?: true

Size: 1.41 KB

Versions: 6

Compression:

Stored size: 1.41 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'tapestry/version'

Gem::Specification.new do |spec|
  spec.name          = "tapestry"
  spec.version       = Tapestry::VERSION
  spec.authors       = ["Jeff Nyman"]
  spec.email         = ["jeffnyman@gmail.com"]

  spec.summary       = %q{Weaving a semantic DSL to construct fluent interfaces for test execution logic.}
  spec.description   = %q{Weaving a semantic DSL to construct fluent interfaces for test execution logic.}
  spec.homepage      = "https://github.com/jeffnyman/tapestry"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.14"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec", "~> 3.0"
  spec.add_development_dependency "simplecov"
  spec.add_development_dependency "rubocop"
  spec.add_development_dependency "pry"

  spec.add_runtime_dependency "watir", "~> 6.0"

  spec.post_install_message = %{
(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)
  Tapestry #{Tapestry::VERSION} has been installed.
(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)
  }
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tapestry-0.7.0 tapestry.gemspec
tapestry-0.6.0 tapestry.gemspec
tapestry-0.5.0 tapestry.gemspec
tapestry-0.4.0 tapestry.gemspec
tapestry-0.3.0 tapestry.gemspec
tapestry-0.2.0 tapestry.gemspec