bin/rail in rail-0.0.7 vs bin/rail in rail-0.0.8

- old
+ new

@@ -8,10 +8,10 @@ puts 'Usage: rail new <project_name>' exit 1 end begin - Rail::Generator.new(root_dir: ARGV[1]).run + Rail::Generator.new(destination: ARGV[1]).run rescue Rail::Generator::Error => e puts e exit 1 end