igrigorik / em-jack

An Evented Beanstalk Client
http://dj2.github.com/jack
Other
64 stars 17 forks source link

Use bundler #4

Closed jherdman closed 13 years ago

jherdman commented 13 years ago

Update to use Bundler, and its various tools.

dj2 commented 13 years ago

This is looking good. One thing, I'm not a fan of having .rvmrc files committed. If you can remove that and bump the required EM version down this looks merge-able.

jherdman commented 13 years ago

Take a look at 8cadfff9733ee9b7f701846f034e8644c646848d. I think that should satisfy some projects I've encountered using the EventMachine betas, and those using older EventMachine.

dj2 commented 13 years ago

Looks good, thanks for the fixes.