Sha256: e7deeae5e3b627148ebce6d226cd89e479df298da1097d08429bc95fabbe534b
Contents?: true
Size: 411 Bytes
Versions: 6
Compression:
Stored size: 411 Bytes
Contents
module Gemaker module Cmd class AddReadme < Gemaker::Cmd::Base def in_normal_context copy_template("normal/README.md", "README.md", config: @config) info "Replace README.md" end def in_engine_context remove_in_gem("README.rdoc") copy_template("engine/README.md", "README.md", config: @config) info "Replace README.md" end end end end
Version data entries
6 entries across 6 versions & 1 rubygems