All Projects → thoughtbot → Cocaine

thoughtbot / Cocaine

Licence: other
A small library for doing (command) lines.

Programming Languages

ruby
36898 projects - #4 most used programming language

Cocaine has been renamed to Terrapin

Please track further development on the Terrapin project page.

The final version of this gem simply requires Terrapin. It should not function any differently from previous versions.

Upgrading to Terrapin

Upgrading to Terrapin is expected to be as simple as replacing the Cocaine constant with Terrapin. That is

Cocaine::CommandLine.new("echo", "hello")

should become

Terrapin::CommandLine.new("echo", "hello")

and should continue to work fine.

License

Copyright 2011-2018 Jon Yurek and thoughtbot, inc. This is free software, and may be redistributed under the terms specified in the LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].