Sha256: 0eef0c407ce550c51724679fe5508a9562e9e42e4d2057787f7c292d5fb13acb

Contents?: true

Size: 924 Bytes

Versions: 1

Compression:

Stored size: 924 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.name          = "turnip-kanban"
  gem.version       = Turnip::Kanban::VERSION
  gem.authors       = ["Joe Fiorini"]
  gem.email         = ["joe@joefiorini.com"]
  gem.description   = %q{Adds "wip" and "backlog" tags to rspec allowing you to commit scenarios without having to worry about them running.}
  gem.summary       = %q{A kanban workflow for Turnip.}
  gem.homepage      = "http://github.com/joefiorini/turnip-kanban"

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

  gem.add_runtime_dependency "turnip"
  gem.add_development_dependency "rake"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
turnip-kanban-0.0.1 turnip-kanban.gemspec