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 --- community/ruby-rspec-support/gemspec.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 community/ruby-rspec-support/gemspec.patch (limited to 'community/ruby-rspec-support/gemspec.patch') diff --git a/community/ruby-rspec-support/gemspec.patch b/community/ruby-rspec-support/gemspec.patch new file mode 100644 index 0000000000..069c937299 --- /dev/null +++ b/community/ruby-rspec-support/gemspec.patch @@ -0,0 +1,12 @@ +--- a/rspec-support.gemspec ++++ b/rspec-support.gemspec +@@ -13,8 +13,7 @@ + spec.description = "Support utilities for RSpec gems" + spec.license = "MIT" + +- spec.files = `git ls-files -- lib/*`.split("\n") +- spec.files += %w[README.md LICENSE.md Changelog.md] ++ spec.files = Dir["lib/**/*"] + spec.test_files = [] + spec.rdoc_options = ["--charset=UTF-8"] + spec.require_paths = ["lib"] -- cgit v1.2.3