aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-diff-lcs/gemspec.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-25 23:50:05 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-25 23:50:05 +0100
commit94f91d25906569a622b1bdbd61766449230daa27 (patch)
treead231ece6ff30fe87381c79cde06d4e583ba61b6 /community/ruby-diff-lcs/gemspec.patch
parent142f971e4cf690164050be47284a6c8cce6353cf (diff)
downloadaports-94f91d25906569a622b1bdbd61766449230daa27.tar.bz2
aports-94f91d25906569a622b1bdbd61766449230daa27.tar.xz
community/ruby-diff-lcs: move from testing
Diffstat (limited to 'community/ruby-diff-lcs/gemspec.patch')
-rw-r--r--community/ruby-diff-lcs/gemspec.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/community/ruby-diff-lcs/gemspec.patch b/community/ruby-diff-lcs/gemspec.patch
new file mode 100644
index 0000000000..9c0b69ecd4
--- /dev/null
+++ b/community/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"
+