bioruby-gem
bioruby-gem copied to clipboard
Generate 1.8 warning/error
Most people code for 1.9, but users still try 1.8. We should generate a warning/error by default.
agree.
A bit related to this, I noticed rcov is used on several projects, but that is not supported by 1.9, there is simplecov which is supposed to be the new version.
I think we disabled rcov before. Few people need it by default.
My bad then, I spotted it while trying to make the samtools wrapper to pass the unit tests.
No worries. Jeweler may have stuck it back in. I made a monkey patch at the time.