jeffkreeftmeijer / navvy

Simple Ruby background job processor inspired by delayed_job, but aiming for database agnosticism.
https://jeffkreeftmeijer.com
Other
215 stars 23 forks source link

Remove some of the Load path madness #5

Closed joshk closed 13 years ago

joshk commented 14 years ago

Hey Jeff,

Here is a small commit which cleans up the way files are required. I have also added bundler/setup to the Rakefile and spec_helper so can you call rake or spec without having to add 'bundle exec' (similar to how mongoid, carrierierwave and similar project do it).

Let me know if you see any issues with the commit.

Thanks,

Josh