Sha256: 926e0cbf2d966d5c96505723bd9a40b92af470604570eff55f38c88afb2b0471

Contents?: true

Size: 897 Bytes

Versions: 8

Compression:

Stored size: 897 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "starting_blocks"
  spec.version       = StartingBlocks::VERSION
  spec.authors       = ["Darren Cauthon"]
  spec.email         = ["darren@cauthon.com"]
  spec.description   = %q{Faster minitest TDD.}
  spec.summary       = %q{One command to run all tests, test watcher, etc.}
  spec.homepage      = ""
  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_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
  spec.add_runtime_dependency 'fssm'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
starting_blocks-0.0.8 starting_blocks.gemspec
starting_blocks-0.0.7 starting_blocks.gemspec
starting_blocks-0.0.6 starting_blocks.gemspec
starting_blocks-0.0.5 starting_blocks.gemspec
starting_blocks-0.0.4 starting_blocks.gemspec
starting_blocks-0.0.3 starting_blocks.gemspec
starting_blocks-0.0.2 starting_blocks.gemspec
starting_blocks-0.0.1 starting_blocks.gemspec