Skip to content

Commit caa4c5e

Browse files
committed
Use string for gemspec's metadata key
1 parent 46f6959 commit caa4c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unicode_plot.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
2020
spec.license = "MIT"
2121

2222
spec.metadata ||= {}
23-
spec.metadata[:documentation_uri] = "https://red-data-tools.github.io/unicode_plot.rb/#{spec.version}/"
23+
spec.metadata["documentation_uri"] = "https://red-data-tools.github.io/unicode_plot.rb/#{spec.version}/"
2424

2525
spec.files = ["README.md", "Rakefile", "Gemfile", "#{spec.name}.gemspec"]
2626
spec.files << "LICENSE.txt"

0 commit comments

Comments
 (0)