exe/gorails in gorails-0.1.3 vs exe/gorails in gorails-0.1.4
- old
+ new
@@ -5,12 +5,12 @@
unshift_path = ->(path) {
p = File.expand_path("../../#{path}", __FILE__)
$LOAD_PATH.unshift(p) unless $LOAD_PATH.include?(p)
}
-unshift_path.call('vendor/deps/cli-ui/lib')
-unshift_path.call('vendor/deps/cli-kit/lib')
-unshift_path.call('lib')
+unshift_path.call("vendor/deps/cli-ui/lib")
+unshift_path.call("vendor/deps/cli-kit/lib")
+unshift_path.call("lib")
require "gorails"
exit(Gorails::ErrorHandler.call do
Gorails::EntryPoint.call(ARGV.dup)