Add ruby
authorMarius Gavrilescu <marius@ieval.ro>
Mon, 9 Mar 2015 08:59:32 +0000 (10:59 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Mon, 9 Mar 2015 08:59:32 +0000 (10:59 +0200)
lib/Plack/App/Gruntmaster.pm

index f32c606866244604e080ca7bfae792a4b4420d71..0666fad804a3329bf41ddade92c129b954c6a7ab 100644 (file)
@@ -34,6 +34,7 @@ use constant CONTENT_TYPES => +{
        pas => 'text/x-pascal',
        pl => 'text/x-perl',
        py => 'text/x-python',
+       rb => 'application/x-ruby',
        l => 'text/plain',
 };
 
@@ -48,6 +49,7 @@ use constant FORMAT_EXTENSION => {
        PASCAL => 'pas',
        PERL => 'pl',
        PYTHON => 'py',
+       RUBY => 'rb',
        SBCL => 'l',
 };
 
This page took 0.010937 seconds and 4 git commands to generate.