Add Spring and spring-aware binstubs

Also remove /script, which is no longer used in Rails 4
This commit is contained in:
Dan Rice 2014-05-16 11:02:08 -04:00
parent 782d94bdc9
commit 7d7e47deff
15 changed files with 59 additions and 25 deletions

7
bin/rake Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env ruby
begin
load File.expand_path("../spring", __FILE__)
rescue LoadError
end
require 'bundler/setup'
load Gem.bin_path('rake', 'rake')