Sha256: 2656a7184e82d72733972c63fb882779966725c6421e671b33622404ae97d868

Contents?: true

Size: 959 Bytes

Versions: 2

Compression:

Stored size: 959 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "chop"
  spec.version       = Chop::VERSION
  spec.authors       = ["Micah Geisel"]
  spec.email         = ["micah@botandrose.com"]

  spec.summary       = %q{Slice and dice your cucumber tables with ease!}
  spec.description   = %q{Slice and dice your cucumber tables with ease!}
  spec.homepage      = "http://github.com/botandrose/chop"
  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"
  spec.add_development_dependency "rspec"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
chop-0.8.0 chop.gemspec
chop-0.7.0 chop.gemspec