From af0005d1f9e085fb632e391c730cd296de5044b8 Mon Sep 17 00:00:00 2001 From: Mark VanderVoord Date: Fri, 17 Jan 2025 14:57:36 -0500 Subject: [PATCH] Update module_generator section in project.yml to match latest naming conventions. --- assets/project_as_gem.yml | 7 +++---- assets/project_with_guts.yml | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/assets/project_as_gem.yml b/assets/project_as_gem.yml index b5f276e1..b753bdea 100644 --- a/assets/project_as_gem.yml +++ b/assets/project_as_gem.yml @@ -269,10 +269,9 @@ # :html_encoding: UTF-8 # :module_generator: -# :project_root: ./ -# :source_root: source/ -# :inc_root: includes/ -# :test_root: tests/ +# :path_src: source/ +# :path_inc: includes/ +# :path_tst: tests/ # :naming: :snake #options: :bumpy, :camel, :caps, or :snake # :includes: # :tst: [] diff --git a/assets/project_with_guts.yml b/assets/project_with_guts.yml index 14d0aeca..c7371800 100644 --- a/assets/project_with_guts.yml +++ b/assets/project_with_guts.yml @@ -269,10 +269,9 @@ # :html_encoding: UTF-8 # :module_generator: -# :project_root: ./ -# :source_root: source/ -# :inc_root: includes/ -# :test_root: tests/ +# :path_src: source/ +# :path_inc: includes/ +# :path_tst: tests/ # :naming: :snake #options: :bumpy, :camel, :caps, or :snake # :includes: # :tst: []