File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 387
387
388
388
"TRUFFLERUBY-ANNOTATIONS" : {
389
389
"moduleInfo" : {
390
- "name" : "org.truffleruby .annotations" ,
390
+ "name" : "org.graalvm.ruby .annotations" ,
391
391
"exports" : [
392
- "org.truffleruby.annotations to org.truffleruby " ,
392
+ "org.truffleruby.annotations to org.graalvm.ruby " ,
393
393
],
394
394
},
395
395
"dependencies" : [
404
404
# This code is loaded twice in different classloaders, therefore any created instances should not be passed around.
405
405
"TRUFFLERUBY-SHARED" : {
406
406
"moduleInfo" : {
407
- "name" : "org.truffleruby .shared" ,
407
+ "name" : "org.graalvm.ruby .shared" ,
408
408
"exports" : [
409
409
"org.truffleruby.shared" ,
410
410
"org.truffleruby.shared.options" ,
435
435
436
436
"TRUFFLERUBY-SERVICES" : {
437
437
"moduleInfo" : {
438
- "name" : "org.truffleruby .services" ,
438
+ "name" : "org.graalvm.ruby .services" ,
439
439
"exports" : ["org.truffleruby.services.scriptengine" ],
440
440
},
441
441
"dependencies" : [
450
450
451
451
"TRUFFLERUBY" : {
452
452
"moduleInfo" : {
453
- "name" : "org.truffleruby " ,
453
+ "name" : "org.graalvm.ruby " ,
454
454
},
455
455
"dependencies" : [
456
456
"org.truffleruby" ,
You can’t perform that action at this time.
0 commit comments