Chris Oliver преди 6 години
родител
ревизия
40048c9afc
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      template.rb

+ 3 - 0
template.rb

@@ -1,3 +1,6 @@
+require "fileutils"
+require "shellwords"
+
 # Copied from: https://github.com/mattbrictson/rails-template
 # Add this template directory to source_paths so that Thor actions like
 # copy_file and template resolve against our source files. If this file was