Introduction
Introduction Statistics Contact Development Disclaimer Help
Dont require kissfft during load - warvox - VoIP based wardialing tool, forked …
Log
Files
Refs
README
---
commit b0d5a0910aee1830194ed2f66f400568aab5b083
parent 195ad4159eb94b661cfd325c8a6b9f76cef6a8fd
Author: HD Moore <[email protected]>
Date: Fri, 11 Jan 2013 01:28:15 -0600
Dont require kissfft during load
Diffstat:
M lib/warvox/jobs/analysis.rb | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/lib/warvox/jobs/analysis.rb b/lib/warvox/jobs/analysis.rb
@@ -6,7 +6,12 @@ class Analysis < Base
require 'tempfile'
require 'open3'
- require 'kissfft'
+ # This is required by the verify_instal.rb script, so dont error
+ # out if the gem is not yet available
+ begin
+ require 'kissfft'
+ rescue ::LoadError
+ end
class Classifier
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.