evgeni and pkubatrh only check for rake not rails when compiling assets
it is perfectly fine to have an `assets:precompile` rake target on
non-rails setups (like sinatra). this change allows such setups to run
`rake assets:precompile` when needed, by only checking the presence of
`rake` in the Gemfile, so that `rake -T` can be executed.
Latest commit 739097b Jul 25, 2017