Sha256: 3ec14f35f50dd6b857fd893ba84a263e186831e95fb5b4ebaa13edd5c7cbc503

Contents?: true

Size: 1.11 KB

Versions: 3

Compression:

Stored size: 1.11 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "vx-common"
  spec.version       = Vx::Common::VERSION
  spec.authors       = ["Dmitry Galinsky"]
  spec.email         = ["dima.exe@gmail.com"]
  spec.description   = %q{ Common code for ci }
  spec.summary       = %q{ Common code for ci }
  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_runtime_dependency 'vx-common-spawn', '> 0.0.7'
  spec.add_runtime_dependency 'vx-common-rack-builder', '0.0.2'
  spec.add_runtime_dependency 'airbrake', '~> 3.1.14'

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rspec"
  spec.add_development_dependency "rr"
  spec.add_development_dependency "rake"

  spec.add_development_dependency "vx-message", '0.2.1'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vx-common-0.4.0 vx-common.gemspec
vx-common-0.3.2 vx-common.gemspec
vx-common-0.3.1 vx-common.gemspec