Skip to content

Commit

Permalink
Offer to install resque and redis for the user.
Browse files Browse the repository at this point in the history
  • Loading branch information
wfarr committed Mar 25, 2011
1 parent a2d6a65 commit a27c7a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Expand Up @@ -6,9 +6,13 @@ def self.source_root
end

def manifest
directory "config"
template "resque.yml", "config/resque.yml"
template "resque.rb", "config/initializers/resque.rb"

if yes?("Would you like to install Resque?")
gem("resque")
gem("redis")
end
end

intro = <<-INTRO
Expand Down
Expand Up @@ -6,7 +6,6 @@ def self.source_root
end

def manifest
directory File.join("config", "god")
template "resque.god", "config/god/resque.god"
end

Expand Down

0 comments on commit a27c7a4

Please sign in to comment.