Skip to content

Commit

Permalink
Use string for gemspec's metadata key
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn committed Mar 23, 2021
1 parent 46f6959 commit caa4c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unicode_plot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.license = "MIT"

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

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

0 comments on commit caa4c5e

Please sign in to comment.