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 69f9ff93..aa62fcb5 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"