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

Latest commit

 

History

History
30 lines (20 loc) · 783 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 783 Bytes

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.