mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
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:
parent
b5a0db8be0
commit
314d7f897c
Notes:
git
2020-05-08 14:14:12 +09:00
6 changed files with 3 additions and 35 deletions
|
@ -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}/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue