Package: wnpp Severity: wishlist Owner: Amruth Lal <amruth...@gmail.com> X-Debbugs-CC: debian-devel@lists.debian.org
* Package name : ruby-cocaine Version : 0.5.8 Upstream Author : Jon Yurek <yju...@thoughtbot.com> * URL : https://github.com/thoughtbot/cocaine * License : Expat Programming Lang: Ruby 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. ---