mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
92be07b1e1
commit
73574756f9
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ Gems can be saved to a specified filename with the output option:
|
|||
|
||||
if options[:build_path]
|
||||
Dir.chdir(File.dirname(gemspec)) do
|
||||
spec = Gem::Specification.load File.basename(gemspec)
|
||||
spec = Gem::Specification.load(File.basename(gemspec))
|
||||
build_package(spec)
|
||||
end
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue