cheetah 0.1.0
Cheetah is a simple library for executing external commands safely and conveniently. It is meant as a safe replacement of `backticks`, Kernel#system and similar methods, which are often used in unsecure way (they allow shell expansion of commands).
Gemfile:
=
install:
=
Development Dependencies (2):
mocha
>= 0
shoulda-context
>= 0