mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
f18a0b7654
commit
59b327aa58
2 changed files with 2 additions and 2 deletions
|
@ -242,7 +242,7 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat
|
||||||
TODO.rdoc
|
TODO.rdoc
|
||||||
]
|
]
|
||||||
|
|
||||||
s.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
|
s.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
|
||||||
s.required_rubygems_version = Gem::Requirement.new(">= 2.2")
|
s.required_rubygems_version = Gem::Requirement.new(">= 2.2")
|
||||||
|
|
||||||
s.add_development_dependency("gettext")
|
s.add_development_dependency("gettext")
|
||||||
|
|
|
@ -464,7 +464,7 @@ class TestRDocRDoc < RDoc::TestCase
|
||||||
end
|
end
|
||||||
|
|
||||||
assert_equal file_list, @rdoc.remove_unparseable(file_list)
|
assert_equal file_list, @rdoc.remove_unparseable(file_list)
|
||||||
assert_equal file_list, Dir.entries('.') - %w[. ..]
|
assert_equal file_list, Dir.children('.')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue