Purge delayed_job / Procfile for heroku (no intarray) - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit adf2ab63ead4a50ff1cce81d8805c9c4b9a59690
 (DIR) parent 8831c8b1abdcd00fde2b404e61b382a4364db8e7
 (HTM) Author: HD Moore <hd_moore@rapid7.com>
       Date:   Wed, 26 Dec 2012 22:38:16 -0600
       
       Purge delayed_job / Procfile for heroku (no intarray)
       
       Diffstat:
         M Gemfile                             |       2 --
         D Procfile                            |       2 --
       
       2 files changed, 0 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/Gemfile b/Gemfile
       @@ -8,8 +8,6 @@ gem 'pg', '0.11'
        gem 'kissfft'
        gem 'librex'
        
       -gem 'delayed_job_active_record'
       -
        # Gems used only for assets and not required
        # in production environments by default.
        group :assets do
 (DIR) diff --git a/Procfile b/Procfile
       @@ -1,2 +0,0 @@
       -bundle: exec rails server -p $PORT
       -worker: bundle exec rake jobs:work