Sha256: b73955c63e9ae4143a2854a422421058294c021a668a58e1ce5c8514aa0b834a
Contents?: true
Size: 457 Bytes
Versions: 3
Compression:
Stored size: 457 Bytes
Contents
module Gemsmith module Skeletons # Configures default gem support. class GemSkeleton < BaseSkeleton def create cli.template "%gem_name%/Gemfile.tt", cli.template_options cli.template "%gem_name%/%gem_name%.gemspec.tt", cli.template_options cli.template "#{lib_root}/%gem_name%.rb.tt", cli.template_options cli.template "#{lib_root}/%gem_name%/identity.rb.tt", cli.template_options end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gemsmith-5.6.0 | lib/gemsmith/skeletons/gem_skeleton.rb |
gemsmith-5.5.0 | lib/gemsmith/skeletons/gem_skeleton.rb |
gemsmith-5.4.0 | lib/gemsmith/skeletons/gem_skeleton.rb |