Cleanup requirements - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 5ea12e680a0a2f9184e6f4c23c39c927cb714b67
   DIR parent eab48926160862f223dd8727063349e2eec79087
  HTML Author: HD Moore <hd_moore@rapid7.com>
       Date:   Wed, 26 Dec 2012 11:54:11 -0600
       
       Cleanup requirements
       
       Diffstat:
         M bin/iaxrecord.rb                    |       2 ++
         M bin/verify_install.rb               |       8 --------
         M web/Gemfile                         |       2 ++
       
       3 files changed, 4 insertions(+), 8 deletions(-)
       ---
   DIR diff --git a/bin/iaxrecord.rb b/bin/iaxrecord.rb
       @@ -1,6 +1,8 @@
        #!/usr/bin/env ruby
        
        $:.unshift(::File.join(::File.dirname(__FILE__), "..", "lib"))
       +
       +require 'rubygems'
        require "rex/proto/iax2"
        require "optparse"
        
   DIR diff --git a/bin/verify_install.rb b/bin/verify_install.rb
       @@ -41,14 +41,6 @@ rescue ::LoadError
                exit
        end
        
       -begin 
       -        require 'kissfft'
       -        puts "[*] The KissFFT module appears to be available"
       -rescue ::LoadError
       -        puts "[*] ERROR: The KissFFT module has not been installed"
       -        exit
       -end
       -
        if(not WarVOX::Config.tool_path('gnuplot'))
                puts "[*] ERROR: The 'gnuplot' binary could not be installed"
                puts "[*] $ sudo apt-get install gnuplot"
   DIR diff --git a/web/Gemfile b/web/Gemfile
       @@ -4,6 +4,8 @@ gem 'rails', '3.2.8'
        gem 'pg', '0.11'
        gem 'kissfft'
        
       +gem 'librex'
       +
        # Gems used only for assets and not required
        # in production environments by default.
        group :assets do