From 94f91d25906569a622b1bdbd61766449230daa27 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Mon, 25 Dec 2017 23:50:05 +0100 Subject: community/ruby-diff-lcs: move from testing --- testing/ruby-diff-lcs/gemspec.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 testing/ruby-diff-lcs/gemspec.patch (limited to 'testing/ruby-diff-lcs/gemspec.patch') diff --git a/testing/ruby-diff-lcs/gemspec.patch b/testing/ruby-diff-lcs/gemspec.patch deleted file mode 100644 index 9c0b69ecd4..0000000000 --- a/testing/ruby-diff-lcs/gemspec.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/rspec-core.gemspec -+++ b/rspec-core.gemspec -@@ -13,11 +13,10 @@ - s.summary = "rspec-core-#{RSpec::Core::Version::STRING}" - s.description = "BDD for Ruby. RSpec runner and example groups." - -- s.files = `git ls-files -- lib/*`.split("\n") -- s.files += %w[README.md LICENSE.md Changelog.md .yardopts .document] -+ s.files = Dir['lib/**/*'] - s.test_files = [] - s.bindir = 'exe' -- s.executables = `git ls-files -- exe/*`.split("\n").map{ |f| File.basename(f) } -+ s.executables = Dir['exe/*'].map{ |f| File.basename(f) } - s.rdoc_options = ["--charset=UTF-8"] - s.require_path = "lib" - -- cgit v1.2.3