summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorCharlotte Koch <charlotte@magentastripe.com>2024-06-27 10:36:06 -0700
committerCharlotte Koch <charlotte@magentastripe.com>2024-06-27 10:36:06 -0700
commite75ed4fd0a32765864bb06ec55dccf38ddae22d5 (patch)
tree14a87865da3c63aff61f7386255d7d1e2d9582ec /bin
parentbaa05f4d9417231c7953e0e8d13f199066e94839 (diff)
Copy the Gemfile, and provide a copy of "this" theme
Diffstat (limited to 'bin')
-rwxr-xr-xbin/willora2
1 files changed, 2 insertions, 0 deletions
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)