Add ruby everywhere
authorMarius Gavrilescu <marius@ieval.ro>
Mon, 9 Mar 2015 09:10:26 +0000 (11:10 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Mon, 9 Mar 2015 09:10:26 +0000 (11:10 +0200)
js/90-divine-format.js
tmpl/pb_entry.en

index cb9b6ab8f13baa7ef292aa52e2b8dc3ed4d4c46d..1fff289b867982064e00de50a6472d260c237ea1 100644 (file)
@@ -41,6 +41,9 @@
                case 'py':
                        format = 'PYTHON';
                        break;
+               case 'rb':
+                       format = 'RUBY';
+                       break;
                }
 
                if(format)
index be31a1b778be3a8adccafc90818a0b0bf463375b..8246c42a605ab78687f29f89d4e4151853877955 100644 (file)
@@ -40,6 +40,7 @@ To submit solutions to this problem, please visit the problem <a href="/pb/id">o
 <option value="PASCAL">Pascal (fpc)</option>
 <option value="PERL">Perl (perl)</option>
 <option value="PYTHON">Python (python)</option>
+<option value="RUBY">Ruby (ruby)</option>
 <option value="SBCL">Common Lisp (sbcl)</option>
 </select></div>
 
This page took 0.01172 seconds and 4 git commands to generate.