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-3.6.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-3.5.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-3.4.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-3.3.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-3.2.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-3.1.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-3.0.1 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-3.0.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-2.0.2 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-2.0.1 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-2.0.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb
rubysmith-1.3.0 lib/rubysmith/templates/%project_name%/lib/%project_path%.rb.erb