summaryrefslogtreecommitdiff
path: root/lib/rubygems/commands/build_command.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/commands/build_command.rb2
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,7 @@ require 'rubygems/command'
require 'rubygems/package'
class Gem::Commands::BuildCommand < Gem::Command
def initialize
super 'build', 'Build a gem from a gemspec'
@@ -107,4 +108,5 @@ Gems can be saved to a specified filename with the output option:
terminate_interaction 1
end
end
end