Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Because of rdiscount, aruba does not run on JRuby #85

Closed
simonharrer opened this issue Aug 26, 2011 · 3 comments
Closed

Because of rdiscount, aruba does not run on JRuby #85

simonharrer opened this issue Aug 26, 2011 · 3 comments

Comments

@simonharrer
Copy link
Contributor

Hi folks,

really cool gem you have! However, I cannot install it under JRuby, as you are using rdiscount, which is a gem with quite some c code.

My suggestion is to provide an additional aruba gem which only provides the CLI testing functionality and another gem called aruba-reporting which includes the reporting.

New suggested structure:
aruba-core
aruba-reporting
aruba

Thus, when on windows, you would only need to require aruba-core. All posix people can require aruba which requires aruba-core and aruba-reporting. This should be somewhat backward compatible.

Cheers,
Simon

@kaiwren
Copy link

kaiwren commented Oct 14, 2011

+1 - we have an un-runnable build on RSpec on JRuby because of this /cc @justinko @yawn

@mattwynne
Copy link
Member

@aslakhellesoy WDYT?

@aslakhellesoy
Copy link
Contributor

I'll remove the dep...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants