aboutsummaryrefslogtreecommitdiff
path: root/stdlib/project.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-08-27 20:59:34 -0400
committerEduardo Julian2021-08-27 20:59:34 -0400
commitc5b61d2f46ac19bf511197f3a537c4be0f47df33 (patch)
treecd62d188403e9b3998ba293dc5308719a430f1fe /stdlib/project.lux
parente814f667aed509a70bd386dcd54628929134def4 (diff)
Updates to the Ruby compiler.
Diffstat (limited to 'stdlib/project.lux')
-rw-r--r--stdlib/project.lux3
1 files changed, 3 insertions, 0 deletions
diff --git a/stdlib/project.lux b/stdlib/project.lux
index fe3cfb227..26ea4061b 100644
--- a/stdlib/project.lux
+++ b/stdlib/project.lux
@@ -16,6 +16,9 @@
"lua"
{#compiler ["com.github.luxlang" "lux-lua" "0.6.0-SNAPSHOT" "jar"]}
+ "ruby"
+ {#compiler ["com.github.luxlang" "lux-ruby" "0.6.0-SNAPSHOT" "jar"]}
+
"bibliotheca"
{#description "Standard library for the Lux programming language."
#test "test/lux"}