Sha256: d9e838196af6d3beb4bef908f384031afa04e9de69f1ad315766b02d09131a69
Contents?: true
Size: 517 Bytes
Versions: 3
Compression:
Stored size: 517 Bytes
Contents
require_relative "project_generator" module Foobara module Generators module EmptyRubyProjectGenerator module Generators class MitLicenseGenerator < ProjectGenerator def template_path "LICENSE-MIT.txt.erb" end def filename "LICENSE-MIT.txt" end def spdx_identifier "MIT" end def uri "https://opensource.org/licenses/MIT" end end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems