aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-charlock_holmes/gemspec.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-02 17:40:29 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-03-02 17:40:29 +0100
commit0f20f3910b4dd65b090b99f4372bd5274ac7d86f (patch)
treec6a67b1465fb61b49ac51a3a23bccff36106558e /community/ruby-charlock_holmes/gemspec.patch
parenta1540bbfb837e6a8690f747e0bd5f2edfc6d57a4 (diff)
downloadaports-0f20f3910b4dd65b090b99f4372bd5274ac7d86f.tar.bz2
aports-0f20f3910b4dd65b090b99f4372bd5274ac7d86f.tar.xz
community/ruby-charlock_holmes: move from testing
Diffstat (limited to 'community/ruby-charlock_holmes/gemspec.patch')
-rw-r--r--community/ruby-charlock_holmes/gemspec.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/ruby-charlock_holmes/gemspec.patch b/community/ruby-charlock_holmes/gemspec.patch
new file mode 100644
index 0000000000..67f97da65f
--- /dev/null
+++ b/community/ruby-charlock_holmes/gemspec.patch
@@ -0,0 +1,11 @@
+--- a/charlock_holmes.gemspec
++++ b/charlock_holmes.gemspec
+@@ -5,7 +5,7 @@
+ s.authors = ["Brian Lopez", "Vicent Martí"]
+ s.email = "seniorlopez@gmail.com"
+ s.extensions = ["ext/charlock_holmes/extconf.rb"]
+- s.files = `git ls-files ext lib`.split("\n")
++ s.files = Dir["lib/**/*", "ext/**/*"]
+ s.homepage = "https://github.com/brianmario/charlock_holmes"
+ s.rdoc_options = ["--charset=UTF-8"]
+ s.summary = "Character encoding detection, brought to you by ICU"