merge revision(s) 57523,57998: [Backport #13322]

test_gem.rb: exclude default gems

	* test/rubygems/test_gem.rb: check difference to exclude default
	  gems from the expected results.  [Feature #13186]
	Merge rubygems-2.6.11

	  This version fixed regression of rubygems-2.6.10.
	  https://github.com/rubygems/rubygems/pull/1856

	  See details of changelogs for 2.6.11 release:
	  adfcf40502/History.txt (L3)

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@58001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2017-03-17 04:36:49 +00:00
parent 319e440d0f
commit 1492c6f695
14 changed files with 148 additions and 59 deletions

View file

@ -1334,7 +1334,7 @@ Also, a list:
end
##
# create_gemspec creates gem specification in given +direcotry+ or '.'
# create_gemspec creates gem specification in given +directory+ or '.'
# for the given +name+ and +version+.
#
# Yields the +specification+ to the block, if given