I'm trying to create a ruby gem for rails out of a plugin I've created. The problem is that my plugin 'shortcuts' uses a few javascript files which need to be in the public/javascripts directory to work.
What's the best way to make these javascript files which are in the gem I've created accessible by which ever project requires my gem?