##// END OF EJS Templates
replace ruby.exe to ruby at bin/ files...
Toshi MARUYAMA -
r13270:faaf884f9744
parent child
Show More
@@ -1,3 +1,3
1 #!/usr/bin/env ruby.exe
1 #!/usr/bin/env ruby
2 ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
2 ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
3 load Gem.bin_path('bundler', 'bundle')
3 load Gem.bin_path('bundler', 'bundle')
@@ -1,4 +1,4
1 #!/usr/bin/env ruby.exe
1 #!/usr/bin/env ruby
2 APP_PATH = File.expand_path('../../config/application', __FILE__)
2 APP_PATH = File.expand_path('../../config/application', __FILE__)
3 require_relative '../config/boot'
3 require_relative '../config/boot'
4 require 'rails/commands'
4 require 'rails/commands'
@@ -1,4 +1,4
1 #!/usr/bin/env ruby.exe
1 #!/usr/bin/env ruby
2 require_relative '../config/boot'
2 require_relative '../config/boot'
3 require 'rake'
3 require 'rake'
4 Rake.application.run
4 Rake.application.run
General Comments 0
You need to be logged in to leave comments. Login now