lib/pluginizer/plugin_builder.rb in pluginizer-0.0.2 vs lib/pluginizer/plugin_builder.rb in pluginizer-0.0.3

- old
+ new

@@ -13,12 +13,14 @@ def leftovers template '.ruby-version' after_bundle do - git :init - git add: '.' - git commit: "-m 'first commit'" + in_root do + git :init + git add: '.' + git commit: "-m 'first commit'" + end end end end end