gregspurrier / has_enumeration

An ActiveRecord extension allowing an attribute to be treated as a symbol-based enumeration.
MIT License
14 stars 5 forks source link

Got things back in working order #4

Closed soulcutter closed 12 years ago

soulcutter commented 12 years ago

No need for a version bump or anything - no new features, but I got things back into working order.

There were some issues with the latest rvm that I fixed. I had a devil of a time getting jruby to work with the 3.0.x cukes because of some obscure corner case with gherkin. I added fuzzy version support as well (ie 3.0.x instead of 3.0.3 specifically).

Anyway, if anybody ever wants to tinker with this again I wouldn't want them to have to redo any of this stuff, so pull it!

gregspurrier commented 12 years ago

Thanks. I appreciate the contribution.