This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* executing "cd /data/cims/releases/20080722212302; rake RAILS_ENV=production db:migrate" | |
servers: ["65.74.174.196"] | |
[65.74.174.196:8214] executing command | |
** [out :: 65.74.174.196:8214] (in /data/cims/releases/20080722212302) | |
** [out :: 65.74.174.196:8214] rake aborted! | |
** [out :: 65.74.174.196:8214] | |
** [out :: 65.74.174.196:8214] undefined method `require_gem' for main:Object | |
** [out :: 65.74.174.196:8214] | |
** [out :: 65.74.174.196:8214] /data/cims/releases/20080722212302/Rakefile:4 | |
** [out :: 65.74.174.196:8214] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'formula' | |
# homebrew formula to install ratpoison | |
class Ratpoison < Formula | |
homepage '' | |
url 'http://download.savannah.nongnu.org/releases/ratpoison/ratpoison-1.4.6.tar.xz' | |
sha256 'b9b181dd2aa08508cb3c3d40aa670ef179f7d11bb439e6d7ea05ea3d1a82956c' | |
# depends_on 'cmake' => :build |