diff options
Diffstat (limited to 'testing/ruby-charlock_holmes/gemspec.patch')
-rw-r--r-- | testing/ruby-charlock_holmes/gemspec.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/ruby-charlock_holmes/gemspec.patch b/testing/ruby-charlock_holmes/gemspec.patch deleted file mode 100644 index 67f97da65f..0000000000 --- a/testing/ruby-charlock_holmes/gemspec.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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" |