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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: