1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: ruby-cocaine
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Amruth Lal <amruth27m@gmail.com>
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.
|