Sha256: b8f5c8df509b1b7694553c6071f68cbf77cdc0d711b1808e2b2209c9942b538a

Contents?: true

Size: 336 Bytes

Versions: 8

Compression:

Stored size: 336 Bytes

Contents

<% if configuration.build_zeitwerk %>
  require "zeitwerk"
  <% if configuration.project_path.include? "/" %>
    Zeitwerk::Loader.new
                    .tap { |loader| loader.push_dir "#{__dir__}/.." }
                    .setup
  <% else %>
    Zeitwerk::Loader.for_gem.setup
  <% end %>
<% end %>
# Main namespace.
<% namespace %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rubysmith-1.1.1 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-1.1.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-1.0.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-0.16.1 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-0.16.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-0.15.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-0.14.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-0.13.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb