1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-18 16:55:13 +03:00
aports/testing/ruby-unicode-display_width/gemspec.patch
Jakub Jirutka 785ab30a3d testing/ruby-unicode-display_width: new aport
Required for ruby-terminal-table which is required for jekyll.
2021-07-01 13:38:53 +02:00

10 lines
591 B
Diff

--- a/unicode-display_width.gemspec
+++ b/unicode-display_width.gemspec
@@ -10,7 +10,6 @@
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"]
s.license = 'MIT'
s.required_ruby_version = '>= 1.9.3'
s.add_development_dependency 'rspec', '~> 3.4'