diff options
-rw-r--r-- | lib/rubygems/commands/build_command.rb | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -55,7 +55,11 @@ with gem spec: spec = Gem::Specification.load File.basename(gemspec) if spec then - Gem::Package.build spec, options[:force], options[:strict] else alert_error "Error loading gemspec. Aborting." terminate_interaction 1 |