Class: Gemsmith::Skeletons::RakeSkeleton
- Inherits:
-
BaseSkeleton
- Object
- BaseSkeleton
- Gemsmith::Skeletons::RakeSkeleton
- Defined in:
- lib/gemsmith/skeletons/rake_skeleton.rb
Overview
Configures Rake support.
Instance Method Summary collapse
Methods inherited from BaseSkeleton
Constructor Details
This class inherits a constructor from Gemsmith::Skeletons::BaseSkeleton
Instance Method Details
#create ⇒ Object
5 6 7 8 |
# File 'lib/gemsmith/skeletons/rake_skeleton.rb', line 5 def create cli.template "%gem_name%/Rakefile.tt", configuration.to_h configure_rakefile end |