diff options
-rw-r--r-- | lib/rubygems/commands/unpack_command.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,8 +21,8 @@ class Gem::Commands::UnpackCommand < Gem::Command require "fileutils" super "unpack", "Unpack an installed gem to the current directory", - :version => Gem::Requirement.default, - :target => Dir.pwd add_option("--target=DIR", "target directory for unpacking") do |value, options| |