From 3b02e47b03c238057269ae950fad029e45a29c5c Mon Sep 17 00:00:00 2001 From: Juanito Fatas Date: Thu, 28 Nov 2019 10:52:39 +0900 Subject: [PATCH] Remove test files from final gem --- Manifest.txt | 16 ---------------- Rakefile | 1 - 2 files changed, 17 deletions(-) diff --git a/Manifest.txt b/Manifest.txt index 042f14db..f1ac197a 100644 --- a/Manifest.txt +++ b/Manifest.txt @@ -1,4 +1,3 @@ -.gemtest CHANGELOG.md Gemfile MIT-LICENSE.txt @@ -24,18 +23,3 @@ lib/loofah/scrubber.rb lib/loofah/scrubbers.rb lib/loofah/xml/document.rb lib/loofah/xml/document_fragment.rb -test/assets/msword.html -test/assets/testdata_sanitizer_tests1.dat -test/helper.rb -test/html5/test_sanitizer.rb -test/html5/test_scrub.rb -test/integration/test_ad_hoc.rb -test/integration/test_helpers.rb -test/integration/test_html.rb -test/integration/test_scrubbers.rb -test/integration/test_xml.rb -test/unit/test_api.rb -test/unit/test_encoding.rb -test/unit/test_helpers.rb -test/unit/test_scrubber.rb -test/unit/test_scrubbers.rb diff --git a/Rakefile b/Rakefile index b68407f8..3d6e45f2 100644 --- a/Rakefile +++ b/Rakefile @@ -11,7 +11,6 @@ Hoe.spec "loofah" do developer "Mike Dalessio", "mike.dalessio@gmail.com" developer "Bryan Helmkamp", "bryan@brynary.com" - self.extra_rdoc_files = FileList["*.md"] self.history_file = "CHANGELOG.md" self.readme_file = "README.md" self.license "MIT"