relrod / rublets

An IRC bot that uses SELinux Sandboxes to let you evaluate code in a large number languages.
14 stars 1 forks source link

Add Rubinius 1.9 mode #19

Closed solson closed 11 years ago

solson commented 11 years ago

Rublets currently has rbx-head, but it defaults to 1.8 mode and there is no way to run it in 1.9 mode.

relrod commented 11 years ago

According to this: https://rvm.io/interpreters/rbx/ we can install rbx modes under different names.

I will remove the current "rbx-head" from rublets and provide an "rbx18" and "rbx19".