7
votes
2answers
195 views
Combined Python & Ruby extension module
I have a C extension module for Python and I want to make it available to Rubyists.
The source has a number of C modules, with only one being Python-dependent. The rest depend only on each other and …
0
votes
2answers
33 views
specifying test framework with newgem
> jruby -S newgem testgem --simple -T test_unit
invalid option: -T
Newgem v1.5.1
Also tried
> jruby -S newgem testgem --simple --test-with=test_unit
invalid option: --test-with=test_unit
…
