Resync Bundler & RubyGems

This commit is contained in:
David Rodríguez 2022-09-07 07:13:04 +02:00 committed by Hiroshi SHIBATA
parent 2d57447ae8
commit 24fd2f73d0
Notes: git 2022-09-08 11:25:46 +09:00
86 changed files with 814 additions and 662 deletions

View file

@ -21,7 +21,7 @@ class Gem::Commands::UnpackCommand < Gem::Command
super "unpack", "Unpack an installed gem to the current directory",
:version => Gem::Requirement.default,
:target => Dir.pwd
:target => Dir.pwd
add_option("--target=DIR",
"target directory for unpacking") do |value, options|