Sha256: 6acb7b67682f5bf381c8fec377ff0fdae97f9e781ee13af1285e49d7c29ba70a

Contents?: true

Size: 921 Bytes

Versions: 1

Compression:

Stored size: 921 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "starting_blocks-blinky"
  spec.version       = '0.0.6'
  spec.authors       = ["Darren Cauthon"]
  spec.email         = ["darren@cauthon.com"]
  spec.description   = %q{Turn colors when tests are run.}
  spec.summary       = %q{Turn colors when tests are run.}
  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 "starting_blocks"
  spec.add_runtime_dependency "blinky"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
starting_blocks-blinky-0.0.6 starting_blocks-blinky.gemspec