Sha256: 00959bd1411da3e7d6f6ab0170052175047add06ece7139b7b1cefb69b570438

Contents?: true

Size: 1.05 KB

Versions: 3

Compression:

Stored size: 1.05 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "cucumber-timecop"
  spec.version       = Cucumber::Timecop::VERSION
  spec.authors       = ["zedtux"]
  spec.email         = ["zedtux@zedroot.org"]
  spec.description   = %q{Timecop steps definition for Cucumber}
  spec.summary       = %q{Add this gem to the test group of you Gemfile in order to be able to travel in time in you Cucumber scenarios.}
  spec.homepage      = "https://github.com/zedtux/cucumber-timecop"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_dependency "cucumber"
  spec.add_dependency "timecop"
  spec.add_dependency "chronic"

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cucumber-timecop-0.0.4 cucumber-timecop.gemspec
cucumber-timecop-0.0.3 cucumber-timecop.gemspec
cucumber-timecop-0.0.1 cucumber-timecop.gemspec