Sha256: 4b750ecbfbae94f8439caac8e127cac81a1124a13dfc441a60beb93a53dd200d

Contents?: true

Size: 1 KB

Versions: 1

Compression:

Stored size: 1 KB

Contents

# coding: utf-8

Gem::Specification.new do |s|
  s.name          = 'cide'
  s.version       = '0.6.2'
  s.authors       = ['zimbatm']
  s.email         = ['zimbatm@zimbatm.com']
  s.summary       = 'Isolated test runner with Docker'
  s.description   = <<DESC
cide is a command-line tool that runs tests in an isolated (docker)
environment. It allows to run the same command on the developer and CI
machines.
DESC
  s.homepage      = 'https://zimbatm.github.io/cide'
  s.license       = 'MIT'

  s.executables   = ['cide']
  s.files         = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
  s.test_files    = `git ls-files spec`.split($INPUT_RECORD_SEPARATOR)
  s.require_paths = ['lib']

  s.required_ruby_version = '>= 1.9.3'

  s.add_runtime_dependency 'thor', '~> 0.19'
  s.add_runtime_dependency 'virtus', '~> 1.0'
  s.add_development_dependency 'activesupport'
  s.add_development_dependency 'md2man'
  s.add_development_dependency 'rake'
  s.add_development_dependency 'rspec'
  s.add_development_dependency 'rubocop'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cide-0.6.2 cide.gemspec