bin/ec in easycomments-1.0.2 vs bin/ec in easycomments-1.0.3

- old
+ new

@@ -15,12 +15,9 @@ FileUtils.cp_r local_path + "/public", users_path, :verbose => true FileUtils.cp_r local_path + "/views", users_path, :verbose => true if dev FileUtils.cp_r local_path + "/spec", users_path, :verbose => true FileUtils.cp_r local_path + '/.rspec', users_path, :verbose => true - if ARGV[0] == 'install' - FileUtils.cp_r local_path + '/Gemfile.dev', users_path + "/Gemfile", :verbose => true - end end end if ARGV[0] == 'install' if ARGV[1] == '--dev' \ No newline at end of file