Class: Gemsmith::Generators::Rake

Inherits:
Base
  • Object
show all
Defined in:
lib/gemsmith/generators/rake.rb

Overview

Generates Rake support.

Instance Method Summary collapse

Methods inherited from Base

#initialize, run

Constructor Details

This class inherits a constructor from Gemsmith::Generators::Base

Instance Method Details

#runObject



7
8
9
10
# File 'lib/gemsmith/generators/rake.rb', line 7

def run
  cli.template "%gem_name%/Rakefile.tt", configuration
  configure_rakefile
end