Sha256: 785c25b6e81ba436a6715b1473d6fb11a394e0952ac4598c68404978d45917ae

Contents?: true

Size: 1.05 KB

Versions: 1

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 'turnip/dry_run/version'

Gem::Specification.new do |spec|
  spec.name          = "turnip-dry_run"
  spec.version       = Turnip::DryRun::VERSION
  spec.authors       = ["Seiei Higa"]
  spec.email         = ["hanachin@gmail.com"]

  spec.summary       = %q{Do dry run for turnip feature specs to get some step metadata.}
  spec.homepage      = "https://github.com/hanachin/turnip-dry_run"
  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"]

  if spec.respond_to?(:metadata)
    spec.metadata['allowed_push_host'] = "https://rubygems.org"
  end

  spec.add_dependency "turnip", "~> 1.2.4"
  spec.add_development_dependency "bundler"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
turnip-dry_run-0.1.0 turnip-dry_run.gemspec