Sha256: 3cc3ab606b501df1abcb57e0e03f4b7d5462db2806b538b3932afc66cd0611b0

Contents?: true

Size: 1.02 KB

Versions: 6

Compression:

Stored size: 1.02 KB

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_dependency "activerecord"
  spec.add_dependency "cucumber"
  spec.add_dependency "capybara"

  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec"
  spec.add_development_dependency "slim"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
chop-0.26.0 chop.gemspec
chop-0.25.2 chop.gemspec
chop-0.25.1 chop.gemspec
chop-0.25.0 chop.gemspec
chop-0.24.0 chop.gemspec
chop-0.23.8 chop.gemspec