Sha256: 388455f6123379d5f96ccf8d9830741bbecabe91b50e25a383ac0fb6da375c4c

Contents?: true

Size: 1.14 KB

Versions: 5

Compression:

Stored size: 1.14 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "vx-lib-shell"
  spec.version       = Vx::Lib::Shell::VERSION
  spec.authors       = ["Dmitry Galinsky"]
  spec.email         = ["dima@vexor.io"]
  spec.description   = %q{ Spawn processes in a shell capturing output in realtime. It also allows to set the temeouts. }
  spec.summary       = %q{ This gem helps to spawn processes in a shell capturing output in realtime. It also allows to set the temeouts. }
  spec.homepage      = "https://github.com/vexor/vx-lib-shell"
  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     "net-ssh", "= 2.9.1"

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vx-lib-shell-0.1.4 vx-lib-shell.gemspec
vx-lib-shell-0.1.3 vx-lib-shell.gemspec
vx-lib-shell-0.1.2 vx-lib-shell.gemspec
vx-lib-shell-0.1.1 vx-lib-shell.gemspec
vx-lib-shell-0.1.0 vx-lib-shell.gemspec