aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ruby-diff-lcs/gemspec.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-25 23:30:33 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-25 23:35:41 +0100
commitf77ed856b944a3a0f02d23014229b6e635852d7f (patch)
tree7d1f37ae6d4f27ae90b5e5504bfd4228d8700794 /testing/ruby-diff-lcs/gemspec.patch
parentb056f6923f1d3b1c3b3bda25014ecb49b8aee34d (diff)
downloadaports-f77ed856b944a3a0f02d23014229b6e635852d7f.tar.bz2
aports-f77ed856b944a3a0f02d23014229b6e635852d7f.tar.xz
testing/ruby-diff-lcs: new aport
http://halostatue.github.io/diff-lcs/ Generate difference sets between Ruby sequences
Diffstat (limited to 'testing/ruby-diff-lcs/gemspec.patch')
-rw-r--r--testing/ruby-diff-lcs/gemspec.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/ruby-diff-lcs/gemspec.patch b/testing/ruby-diff-lcs/gemspec.patch
new file mode 100644
index 0000000000..9c0b69ecd4
--- /dev/null
+++ b/testing/ruby-diff-lcs/gemspec.patch
@@ -0,0 +1,16 @@
+--- 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"
+