You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mx.truffleruby/suite.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -629,7 +629,7 @@
629
629
"truffle:TRUFFLE_NFI_PANAMA",
630
630
"sulong:SULONG_NATIVE",
631
631
],
632
-
"description": "Core module of Ruby on Truffle",
632
+
"description": "TruffleRuby, a high-performance embeddable Ruby implementation. This artifact includes the core language runtime without standard libraries. It is not recommended to depend on this artifact directly. Instead, use \'org.graalvm.polyglot:ruby\' to ensure all dependencies are pulled in correctly.", # pylint: disable=line-too-long
633
633
"license": [
634
634
"EPL-2.0", # JRuby (we choose EPL out of EPL,GPL,LGPL)
0 commit comments