URI: 
       Use the thin web server - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 8831c8b1abdcd00fde2b404e61b382a4364db8e7
   DIR parent c6f922723c504d951530e50e3ff73e479fd31f14
  HTML Author: HD Moore <hd_moore@rapid7.com>
       Date:   Wed, 26 Dec 2012 20:33:44 -0600
       
       Use the thin web server
       
       Diffstat:
         M Gemfile                             |       2 +-
         M Gemfile.lock                        |       7 +++++++
       
       2 files changed, 8 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/Gemfile b/Gemfile
       @@ -1,7 +1,7 @@
        source 'http://rubygems.org'
        
        ruby '1.9.3'
       -
       +gem 'thin'
        gem 'rails', '3.2.8'
        gem 'pg', '0.11'
        
   DIR diff --git a/Gemfile.lock b/Gemfile.lock
       @@ -37,6 +37,7 @@ GEM
              coffee-script-source
              execjs
            coffee-script-source (1.4.0)
       +    daemons (1.1.9)
            delayed_job (3.0.4)
              activesupport (~> 3.0)
            delayed_job_active_record (0.3.3)
       @@ -44,6 +45,7 @@ GEM
              delayed_job (~> 3.0)
            dynamic_form (1.1.4)
            erubis (2.7.0)
       +    eventmachine (1.0.0)
            execjs (1.4.0)
              multi_json (~> 1.0)
            hike (1.2.1)
       @@ -97,6 +99,10 @@ GEM
              hike (~> 1.2)
              rack (~> 1.0)
              tilt (~> 1.1, != 1.3.0)
       +    thin (1.5.0)
       +      daemons (>= 1.0.9)
       +      eventmachine (>= 0.12.6)
       +      rack (>= 1.0.0)
            thor (0.16.0)
            tilt (1.3.3)
            treetop (1.4.12)
       @@ -121,5 +127,6 @@ DEPENDENCIES
          pg (= 0.11)
          rails (= 3.2.8)
          sass-rails (~> 3.2.3)
       +  thin
          uglifier (>= 1.0.3)
          will_paginate (~> 3.0)