Tagged Questions
7
votes
2answers
325 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 ...
2
votes
1answer
54 views
what is the ideal directory structure of a ruby application
what is the ideal directory structure of a ruby application.
I want it to be deployed on EC2. It should have Gemfile and Rake file for executing rake tasks.
It should contain a lib file for ...
1
vote
2answers
72 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
...
0
votes
1answer
123 views
issues with newgem
So I have done Gem install newgem (running under rvm) and also sudo gem install newgem just in case that had been the problem. When I try to run it, i get the following. i'm only just starting out in ...