kamilc/email_verifier

Requires 1.9.3

Opened this issue · 2 comments

In rubygems.org this is shown as the ruby dependency:

Ruby >= 0

However it seems to use ruby 1.9.x hash syntax which is (unfortunately for me) incompatible with 1.8.7.

I have an older app that I haven't yet upgraded the ruby of yet, and can't use your gem.

Looking at the source however, i was able to make small modification to use a local copy just by changing the few places where you use 1.9.x syntax.

It may not be forward-looking, but you may get more users of your gem if you made this small adjustment. Many older apps that are still running might benefit.

Ben.

@pixelterra Good finding. Would it be possible for you to create a pull request from your local modifications?

Thanks for a nice suggestion btw.

@pixelterra Do you still have your local modifications we could use to drop the 1.9.3 syntax?