tenderlove / av_capture

A wrapper around av_capture on OS X
68 stars 1 forks source link

Is 2.0.0 *really* required? #4

Open krainboltgreene opened 10 years ago

krainboltgreene commented 10 years ago

Hey TL-dawg, I'm using this gem in my frame-capture-over-time gem gorthaur and we're trying to make the thing as accessible as possible.

One hiccup (as you might imagine) is the Ruby version. Right now av_capture is the gem that sets the lowest bar (2.0.0) and we're wondering if that's as low as it can go. Is there anything I should know before I dive in and try to make it compatible with lower versions of Ruby? Is this even desirable for this project?

tenderlove commented 10 years ago

I only set it to 2.0.0 because this is really just a hobby project for me and I don't want to test with older Rubys (I usually run trunk Ruby). It should just work with 1.9.3+, but I haven't tested. If you test with older Rubys, I'd be glad to remove the requirement from the gemspec and just state in the documentation that I only guarantee it to work with 2.0.0+.

On Wed, Apr 16, 2014 at 1:39 PM, Kurtis Rainbolt-Greene < notifications@github.com> wrote:

Hey TL-dawg, I'm using this gem in my frame-capture-over-time gem gorthaurhttps://github.com/bhelx/gorthaurand we're trying to make the thing as accessible as possible.

One hiccup (as you might imagine) is the Ruby version. Right now av_capture is the gem that sets the lowest bar (2.0.0) and we're wondering if that's as low as it can go. Is there anything I should know before I dive in and try to make it compatible with lower versions of Ruby? Is this even desirable for this project?

— Reply to this email directly or view it on GitHubhttps://github.com/tenderlove/av_capture/issues/4 .

Aaron Patterson http://tenderlovemaking.com/