Sha256: 8a539d7fcf9d359d2e7799dab6e374491884fa0a026e0331044d0a97168226c5
Contents?: true
Size: 512 Bytes
Versions: 1
Compression:
Stored size: 512 Bytes
Contents
$:.unshift(File.dirname(__FILE__)) unless $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) begin require 'net/ssh' require 'json' rescue LoadError require 'rubygems' require 'net/ssh' require 'json' end require 'timeout' module Subprocess VERSION = '0.1.6' end require 'core_ext/hash' require 'core_ext/process_status' require 'subprocess/popen' require 'subprocess/popen_remote' require 'subprocess/popen_sequence' require 'subprocess/popen_factory'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
subprocess-0.1.6 | lib/subprocess.rb |