Add ruby
[gruntmaster-daemon.git] / lib / Gruntmaster / Daemon.pm
index 51e0681bcb8933a780f41c9034ef6f6342a13aa5..ce8510d90320e628c0ea2463acbadb11e7845a45 100644 (file)
@@ -9,7 +9,6 @@ our $VERSION = '5999.000_004';
 use Gruntmaster::Daemon::Constants qw/ERR/;
 use Gruntmaster::Daemon::Format qw/prepare_files stopvms/;
 
-use File::Basename qw/fileparse/;
 use File::Temp qw/tempdir/;
 use JSON qw/decode_json encode_json/;
 use Sys::Hostname qw/hostname/;
@@ -28,6 +27,8 @@ use constant FORMAT_EXTENSION => {
        PASCAL => 'pas',
        PERL => 'pl',
        PYTHON => 'py',
+       RUBY => 'rb',
+       SBCL => 'l',
 };
 
 ##################################################
This page took 0.010072 seconds and 4 git commands to generate.