After upgrading to 0.1.0, I can't require bootbox in any JS anymore because a Sprockets::FileNotFound exception is thrown. I tried removing Gemfile.lock and regenerating it with no luck. Rebooting the server does not work either. The only solution I found is going back to 0.0.1.
If I execute Rails.application.config.assets.paths in the rails console, I cannot see the bootbox-rails path listed. After downgrading, the path appears.