Rails 2.3.12 deprecates load_paths in favour of autoload_paths which pretty much causes a shedload of deprecation warnings when using desert. This patch fixes it, and isn't -too- hacky.
I was a bit wary about checking if autoload_paths exists at every call, so I pushed it into another protected method. This seems to have fixed it for me.
I also fixed the gemspec as it wouldn't build correctly with me using Bundler - it expected MIT-LICENSE not MIT.LICENSE as exists in the source tree.
Rails 2.3.12 deprecates load_paths in favour of autoload_paths which pretty much causes a shedload of deprecation warnings when using desert. This patch fixes it, and isn't -too- hacky.
I was a bit wary about checking if autoload_paths exists at every call, so I pushed it into another protected method. This seems to have fixed it for me.
I also fixed the gemspec as it wouldn't build correctly with me using Bundler - it expected MIT-LICENSE not MIT.LICENSE as exists in the source tree.
First pull request on github - be nice! :)