Sha256: 20ad2ce24d373c7f60a5c9a9f02adee884060646efea2f68295c4716a3ca7870

Contents?: true

Size: 1.21 KB

Versions: 1

Compression:

Stored size: 1.21 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "vx-worker"
  spec.version       = Vx::Worker::VERSION
  spec.authors       = ["Dmitry Galinsky"]
  spec.email         = ["dima.exe@gmail.com"]
  spec.description   = %q{ ci worker }
  spec.summary       = %q{ ci worker }
  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',               "= 0.2.1"
  spec.add_runtime_dependency 'vx-message',              "= 0.4.1"
  spec.add_runtime_dependency 'vx-container_connector',  "= 0.2.6"
  spec.add_runtime_dependency 'vx-common-amqp',          '= 0.3.7'
  spec.add_runtime_dependency 'vx-instrumentation',      '= 0.0.8'

  spec.add_runtime_dependency 'hashr',                   '= 0.0.22'

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vx-worker-0.3.0.pre1 vx-worker.gemspec