lib/gemsmith/templates/lib/generators/gem/install/install_generator.rb.tmp in gemsmith-0.4.0 vs lib/gemsmith/templates/lib/generators/gem/install/install_generator.rb.tmp in gemsmith-0.5.0
- old
+ new
@@ -1,10 +1,10 @@
module <%= config[:gem_class] %>
class InstallGenerator < Rails::Generators::Base
source_root File.join(File.dirname(__FILE__), "..", "templates")
desc "Installs additional <%= config[:gem_class] %> resources."
- def execute
- # TODO - Add your fancy/schmancy install code here.
+ def install
+ # TODO - Add your install code here.
end
end
end