Sha256: d4faea4ccb96a3b2d48e5fe8209d692fc970fe53e455cec03f5617c198688ae2

Contents?: true

Size: 357 Bytes

Versions: 32

Compression:

Stored size: 357 Bytes

Contents

<% if configuration.build_zeitwerk %>
  require "zeitwerk"
  <% if configuration.project_levels.positive? %>
    Zeitwerk::Loader.new.then do |loader|
      loader.push_dir "#{__dir__}<%= Array.new(configuration.project_levels, "/..").join %>"
      loader.setup
    end
  <% else %>
    Zeitwerk::Loader.for_gem.setup
  <% end %>
<% end %>
<% namespace %>

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
rubysmith-5.5.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-5.4.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-5.3.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-5.2.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-5.1.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-5.0.1 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-4.9.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-4.8.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-4.7.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-4.6.1 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-4.6.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-4.5.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-4.4.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-4.3.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-4.2.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-4.1.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-4.0.1 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-4.0.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-3.8.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-3.7.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb