Source: ruby-cocaine Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Amruth Lal Build-Depends: debhelper (>= 9~), gem2deb, rake, ruby-climate-control (<< 1.0), ruby-climate-control (>= 0.0.3), ruby-rspec, pry, ruby-mocha, ruby-activesupport (>= 3.0.0), ruby-bourne Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-cocaine.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-cocaine.git Homepage: https://github.com/thoughtbot/cocaine Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Package: ruby-cocaine Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ruby-climate-control (<< 1.0), ruby-climate-control (>= 0.0.3), ${misc:Depends}, ${shlibs:Depends} Description: library for running command line commands in Ruby cocaine is used to run command line commands in Ruby. Commands are run using backticks(Ruby 1.8) or Process.spawn(Ruby 1.9). . This library supports interpolated arguments and prevents attempts to break system. This library throws exception if the command returns errors. . Performance can be increased by installing posix-spawn gem.