Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis authored and Jan Lelis committed Jan 4, 2020
1 parent 865845a commit 7498446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unicode-display_width.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Gem::Specification.new do |s|
s.name = "unicode-display_width"
s.version = Unicode::DisplayWidth::VERSION
s.authors = ["Jan Lelis"]
s.email = "mail@janlelis.de"
s.email = ["hi@ruby.consulting"]
s.homepage = "https://github.com/janlelis/unicode-display_width"
s.summary = "Determines the monospace display width of a string in Ruby."
s.summary = "Determines the monospace display width of a string in Ruby."
s.description = "[Unicode #{Unicode::DisplayWidth::UNICODE_VERSION}] Determines the monospace display width of a string using EastAsianWidth.txt, Unicode general category, and other data."
s.files = Dir.glob(%w[{lib,data}/**/*])
s.extra_rdoc_files = ["README.md", "MIT-LICENSE.txt", "CHANGELOG.md"]
Expand Down

0 comments on commit 7498446

Please sign in to comment.