jonbuda/miro

Cocaine gem is deprecated

Closed this issue · 1 comments

hi!

cocaine is deprecated and have been renamed Terrapin:
https://github.com/thoughtbot/cocaine

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

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

should become

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

This is not a big issue, but this occurs a noisy log everytime we launch a server

Thank you !

Nevermind, saw the pull request too late:
#37