Sha256: 8641fd4fbca314f043772f1ab95ca7d969e60f0a8bdfc957bbc3c2ccf15bf416
Contents?: true
Size: 291 Bytes
Versions: 63
Compression:
Stored size: 291 Bytes
Contents
# typed: false # frozen_string_literal: true require_relative "base" module Hephaestus class LicenseGenerator < Generators::Base def licensed copy_file(".licensed.yml", ".licensed.yml") end def generate_licenses run("script/licenses --update") end end end
Version data entries
63 entries across 63 versions & 1 rubygems