aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ruby-rspec-core/gemspec.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-25 23:50:25 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-25 23:50:25 +0100
commit3297d634f4371b930eba14293bc829b9c4a5150e (patch)
tree2198f7bd88fa2d064f4a92746f7f46fdd065fb03 /testing/ruby-rspec-core/gemspec.patch
parent94f91d25906569a622b1bdbd61766449230daa27 (diff)
downloadaports-3297d634f4371b930eba14293bc829b9c4a5150e.tar.bz2
aports-3297d634f4371b930eba14293bc829b9c4a5150e.tar.xz
community/ruby-rspec*: move from testing
Diffstat (limited to 'testing/ruby-rspec-core/gemspec.patch')
-rw-r--r--testing/ruby-rspec-core/gemspec.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/ruby-rspec-core/gemspec.patch b/testing/ruby-rspec-core/gemspec.patch
deleted file mode 100644
index 0a6cad0d0e..0000000000
--- a/testing/ruby-rspec-core/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"
-