Skip to content

Commit 4837adc

Browse files
committed
Add documentation_uri in gemspec
1 parent 1ce3766 commit 4837adc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

unicode_plot.gemspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ Gem::Specification.new do |spec|
1919
spec.homepage = "https://github.com/red-data-tools/unicode_plot.rb"
2020
spec.license = "MIT"
2121

22+
spec.metadata ||= {}
23+
spec.metadata[:documentation_uri] = "https://red-data-tools.github.io/unicode_plot.rb/#{spec.version}/"
24+
2225
spec.files = ["README.md", "Rakefile", "Gemfile", "#{spec.name}.gemspec"]
2326
spec.files << "LICENSE.txt"
2427
spec.files.concat Dir.glob("lib/**/*.rb")

0 commit comments

Comments
 (0)