We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce3766 commit 4837adcCopy full SHA for 4837adc
1 file changed
unicode_plot.gemspec
@@ -19,6 +19,9 @@ Gem::Specification.new do |spec|
19
spec.homepage = "https://github.com/red-data-tools/unicode_plot.rb"
20
spec.license = "MIT"
21
22
+ spec.metadata ||= {}
23
+ spec.metadata[:documentation_uri] = "https://red-data-tools.github.io/unicode_plot.rb/#{spec.version}/"
24
+
25
spec.files = ["README.md", "Rakefile", "Gemfile", "#{spec.name}.gemspec"]
26
spec.files << "LICENSE.txt"
27
spec.files.concat Dir.glob("lib/**/*.rb")
0 commit comments