Remove builder gem requirement for gem regenerate_index

This requirement was introduced 14 years ago in
7ce7039b390440754954df5efea619e9f57ef823, and I don't think it's
necessary anymore. I made several tests introducing UTF-8 characters in
gemspec files and generating indexes out of them, and couldn't find any
issues. Gemspecs are read with UTF-8 encoding these days.
This commit is contained in:
David Rodríguez 2020-04-25 14:09:24 +02:00 committed by Hiroshi SHIBATA
parent b5a0db8be0
commit 314d7f897c
Notes: git 2020-05-08 14:14:12 +09:00
6 changed files with 3 additions and 35 deletions

View file

@ -55,8 +55,6 @@ class TestGemSource < Gem::TestCase
end
def test_dependency_resolver_set_file_uri
skip 'install builder gem' unless defined? Builder::XChar
Gem::Indexer.new(@tempdir).generate_index
source = Gem::Source.new "file://#{@tempdir}/"