lib/ductr/cli/new_project_generator.rb in ductr-0.1.0 vs lib/ductr/cli/new_project_generator.rb in ductr-0.1.1

- old
+ new

@@ -39,10 +39,9 @@ # @return [void] # def gen_root copy_file "gemfile.rb", "Gemfile" copy_file "rubocop.yml", ".rubocop.yml" - copy_file "tool-versions", ".tool-versions" create_file "app/jobs/.gitkeep" create_file "app/pipelines/.gitkeep" create_file "app/schedulers/.gitkeep" end