From 3297d634f4371b930eba14293bc829b9c4a5150e Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Mon, 25 Dec 2017 23:50:25 +0100 Subject: community/ruby-rspec*: move from testing --- testing/ruby-rspec-expectations/gemspec.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 testing/ruby-rspec-expectations/gemspec.patch (limited to 'testing/ruby-rspec-expectations/gemspec.patch') diff --git a/testing/ruby-rspec-expectations/gemspec.patch b/testing/ruby-rspec-expectations/gemspec.patch deleted file mode 100644 index 644aad1ada..0000000000 --- a/testing/ruby-rspec-expectations/gemspec.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/rspec-expectations.gemspec -+++ b/rspec-expectations.gemspec -@@ -13,8 +13,7 @@ - s.summary = "rspec-expectations-#{RSpec::Expectations::Version::STRING}" - s.description = "rspec-expectations provides a simple, readable API to express expected outcomes of a code example." - -- 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.rdoc_options = ["--charset=UTF-8"] - s.require_path = "lib" -- cgit v1.2.3