Project

cocaine

1.39
Repository is archived
No commit activity in last 3 years
No release in over 3 years
A small library for doing (command) lines
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

< 5.0, >= 3.0.0
>= 0
>= 0
>= 0
>= 0
>= 0

Runtime

= 0.6.0
 Project Readme

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.