From e75ed4fd0a32765864bb06ec55dccf38ddae22d5 Mon Sep 17 00:00:00 2001 From: Charlotte Koch Date: Thu, 27 Jun 2024 10:36:06 -0700 Subject: Copy the Gemfile, and provide a copy of "this" theme --- bin/willora | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/willora b/bin/willora index a97f2b8..f2de4f0 100755 --- a/bin/willora +++ b/bin/willora @@ -88,6 +88,8 @@ class Willora realdestbase = File.join(@opts[:destination], @opts[:nickname]) FileUtils.mkdir_p(realdestbase, :verbose => true) + alldirs << File.join(_willorabase, "Gemfile") + alldirs.each do |dir| basename = File.basename(dir) realdest = File.join(realdestbase, basename) -- cgit v1.2.3