delano / redis-dump

Redis to JSON and nack again
https://rubygems.org/gems/redis-dump
MIT License
825 stars 124 forks source link

removed yajl dependency, made ruby 1.8 compatible #6

Closed leifg closed 12 years ago

leifg commented 12 years ago

Hi there,

thanks for the update.

as I need to use this gem from jruby on Ubunto 10.04, I cannot use the yajl library, so I replaced it by the standard json library.

Furthermore the method select! is not available in Ruby 1.8 so I changed that as well.

Just wanted to let you know.

regards Leif

delano commented 12 years ago

I couldn't pull this in b/c of unrelated changes (e.g. I have an automated the release process so the version needs to be in VERSION.yml).

leifg commented 12 years ago

couldn't you just use bundler for all of this?