lib/bundler/cli/gem.rb in bundler-1.7.2 vs lib/bundler/cli/gem.rb in bundler-1.7.3

- old
+ new

@@ -27,9 +27,10 @@ git_user_email = `git config user.email`.chomp opts = { :name => name, :underscored_name => underscored_name, :namespaced_path => namespaced_path, + :makefile_path => "#{underscored_name}/#{underscored_name}", :constant_name => constant_name, :constant_array => constant_array, :author => git_user_name.empty? ? "TODO: Write your name" : git_user_name, :email => git_user_email.empty? ? "TODO: Write your email address" : git_user_email, :test => options[:test],