lib/gator/project.rb in gator-0.0.20.pre vs lib/gator/project.rb in gator-0.0.21.pre
- old
+ new
@@ -30,9 +30,13 @@
def options
@options ||= {}
end
+ def template_roots
+ @template_roots ||= []
+ end
+
end
# THIS CLASS IS STOLEN FROM BUILDR
# Symbolic mapping for directory layout. Used for both the default and custom layouts.
\ No newline at end of file