Skip to content

Instantly share code, notes, and snippets.

View hooptie45's full-sized avatar
:octocat:

Shaun Hannah hooptie45

:octocat:
View GitHub Profile
load 'config/deploy/settings.rb'
load 'config/deploy/symlinks.rb'
load 'config/deploy/passenger.rb'
load 'config/deploy/callbacks.rb'
load 'config/deploy/maintenance.rb'
load 'config/deploy/git.rb'
require 'thor'
require 'active_support/inflector'
require 'thor/group'
module Update
module My
class Tasks < Thor
include Thor::Actions
desc "task", "Generate Base App"
def task
thor :update, "make.thor", "http://gist.github.com/623258"