Sha256: 3f3ddeb42760351e35005107062cc86fcfa7fa13193bc83d813f807cc999773d

Contents?: true

Size: 1.1 KB

Versions: 11

Compression:

Stored size: 1.1 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"
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
vx-common-0.2.0.pre38 vx-common.gemspec
vx-common-0.2.0.pre37 vx-common.gemspec
vx-common-0.2.0.pre36 vx-common.gemspec
vx-common-0.2.0.pre35 vx-common.gemspec
vx-common-0.2.0.pre34 vx-common.gemspec
vx-common-0.2.0.pre33 vx-common.gemspec
vx-common-0.2.0.pre32 vx-common.gemspec
vx-common-0.2.0.pre31 vx-common.gemspec
vx-common-0.2.0.pre30 vx-common.gemspec
vx-common-0.2.0.pre29 vx-common.gemspec
vx-common-0.2.0.pre28 vx-common.gemspec