diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-11-17 03:55:02 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-11-17 03:55:02 +0000 |
commit | d35a2bd4dfdb974ff741736ad27b420c40365515 () | |
tree | 2a8542408af557908a28fba1df80c21ecf10f7aa /lib/rubygems/commands/contents_command.rb | |
parent | 1133596e6ba77ddeb93552fc8274a3bbdd87e6f3 (diff) |
* lib/rubygems/*, test/rubygems/*: Update to RubyGems 2.4.4
master (2f6e42e). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/rubygems/commands/contents_command.rb | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -146,7 +146,6 @@ prefix or only the files that are requireable. def path_description spec_dirs # :nodoc: if spec_dirs.empty? then - spec_dirs = Gem::Specification.dirs "default gem paths" else "specified path" |