<%- if @jekyll -%> require 'jekyll' require 'jekyll_plugin_logger' require 'jekyll_plugin_support' <%- end -%> require_relative '<%= @gem_name %>/version' # Require all Ruby files in 'lib/', except this file Dir[File.join(__dir__, '*.rb')].each do |file| require file unless file.end_with?('/<%= @gem_name %>.rb') end # Write the code for your gem here