aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-unicode-display_width/gemspec.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-unicode-display_width/gemspec.patch')
-rw-r--r--community/ruby-unicode-display_width/gemspec.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/ruby-unicode-display_width/gemspec.patch b/community/ruby-unicode-display_width/gemspec.patch
new file mode 100644
index 00000000000..f7cc67e6bad
--- /dev/null
+++ b/community/ruby-unicode-display_width/gemspec.patch
@@ -0,0 +1,10 @@
+--- 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'