aboutsummaryrefslogtreecommitdiffstats
path: root/main/ruby-test-unit/gemspec.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/ruby-test-unit/gemspec.patch')
-rw-r--r--main/ruby-test-unit/gemspec.patch9
1 files changed, 1 insertions, 8 deletions
diff --git a/main/ruby-test-unit/gemspec.patch b/main/ruby-test-unit/gemspec.patch
index 263c7c63c1d..f2beca1e3ed 100644
--- a/main/ruby-test-unit/gemspec.patch
+++ b/main/ruby-test-unit/gemspec.patch
@@ -1,15 +1,8 @@
--- a/test-unit.gemspec
+++ b/test-unit.gemspec
-@@ -24,11 +24,7 @@
- description = clean_white_space.call(entries[entries.index("Description") + 1])
- spec.summary, spec.description, = description.split(/\n\n+/, 3)
- spec.licenses = ["Ruby", "BSDL", "PSFL"] # lib/test/unit/diff.rb is PSFL
+@@ -27,4 +27 @@
- spec.files = ["README.md", "Rakefile"]
- spec.files += ["COPYING", "BSDL", "PSFL"]
- spec.files += Dir.glob("{lib,sample}/**/*.rb")
- spec.files += Dir.glob("doc/text/**/*.*")
-- spec.test_files += Dir.glob("test/**/*")
+ spec.files += Dir.glob("lib/**/*.rb")
-
- spec.metadata = {
- "source_code_uri" => "https://github.com/test-unit/test-unit"