diff options
-rw-r--r-- | lib/bundler/cli/gem.rb | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -55,20 +55,20 @@ module Bundler end config = { - :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_author_name.empty? ? "TODO: Write your name" : git_author_name, - :email => git_user_email.empty? ? "TODO: Write your email address" : git_user_email, - :test => options[:test], - :ext => options[:ext], - :exe => options[:exe], - :bundler_version => bundler_dependency_version, - :git => use_git, - :_username => _username.empty? ? "[USERNAME]" : _username, :required_ruby_version => required_ruby_version, :minitest_constant_name => minitest_constant_name, } |