[ruby/irb] Use the documentation site as the source of truth
(https://github.com/ruby/irb/pull/1055) * Use the documentation site as the source of truth 1. Remove detailed content from README.md and point links to the documentation site. 2. Remove the content of EXTEND_IRB.md and point links to the documentation site. * Use GitHub pages as Rubygems' documentation target https://github.com/ruby/irb/commit/d2b73cb91e
This commit is contained in:
parent
609a555ee0
commit
689bb193cc
@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
||||
|
||||
spec.metadata["homepage_uri"] = spec.homepage
|
||||
spec.metadata["source_code_uri"] = spec.homepage
|
||||
spec.metadata["documentation_uri"] = spec.homepage
|
||||
spec.metadata["documentation_uri"] = "https://ruby.github.io/irb/"
|
||||
spec.metadata["changelog_uri"] = "#{spec.homepage}/releases"
|
||||
|
||||
spec.files = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user