Sha256: 8c28794d248f283699514f02faaab6b2b90d81b75c275bfab06c7c33b48e213c

Contents?: true

Size: 932 Bytes

Versions: 2

Compression:

Stored size: 932 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "capy_time"
  spec.version       = CapyTime::VERSION
  spec.authors       = ["Bradley Maynard"]
  spec.email         = ["maynard_bradley@yahoo.com"]

  spec.summary       = %q{Tool for handling timing issues in capybara.}
  spec.description   = %q{capy_time is a tool that allows you to use Capybara without having to worry about the timing issues.}
  spec.license       = "MIT"

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

  spec.add_development_dependency "bundler", "~> 1.10"
  spec.add_development_dependency "rake", "~> 10.0"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
capy_time-0.1.1 capy_time.gemspec
capy_time-0.1.0 capy_time.gemspec