lib/gumdrop/cli/external.rb in gumdrop-1.0.2 vs lib/gumdrop/cli/external.rb in gumdrop-1.0.3
- old
+ new
@@ -26,11 +26,11 @@
say "Unknown template!!\n"
say "Please select from one of the following:\n\n"
self.templates
return
end
- path= File.expand_path(name)
- puts `cd #{path} && bundle install`
+ # path= File.expand_path(name)
+ # puts `cd #{path} && bundle install`
end
desc 'templates', 'List templates'
def templates
say "Gem templates:"
\ No newline at end of file