Skip to content
This repository was archived by the owner on Feb 7, 2018. It is now read-only.

thoughtbot/cocaine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Jon Yurek
Feb 2, 2018
e814734 · Feb 2, 2018
Feb 2, 2018
Sep 30, 2015
Aug 9, 2013
Sep 1, 2015
Aug 29, 2012
Dec 17, 2014
Jan 27, 2014
Jan 12, 2018
Jan 22, 2018
Nov 18, 2011
Feb 2, 2018

Repository files navigation

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.