Sha256: 18a97a298dc67c39743694da9fe88c30d6fada90fad6cfb0645362fe53a6c8c9

Contents?: true

Size: 296 Bytes

Versions: 8

Compression:

Stored size: 296 Bytes

Contents

require_relative "project_generator"

module Foobara
  module Generators
    module EmptyRubyProjectGenerator
      module Generators
        class LicenseGenerator < ProjectGenerator
          def template_path
            "LICENSE.txt.erb"
          end
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
foobara-empty-ruby-project-generator-0.0.8 src/generators/license_generator.rb
foobara-empty-ruby-project-generator-0.0.7 src/generators/license_generator.rb
foobara-empty-ruby-project-generator-0.0.6 src/generators/license_generator.rb
foobara-empty-ruby-project-generator-0.0.5 src/generators/license_generator.rb
foobara-empty-ruby-project-generator-0.0.4 src/generators/license_generator.rb
foobara-empty-ruby-project-generator-0.0.3 src/generators/license_generator.rb
foobara-empty-ruby-project-generator-0.0.2 src/generators/license_generator.rb
foobara-empty-ruby-project-generator-0.0.1 src/generators/license_generator.rb