Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove test files from final gem (take 2) #180

Merged
merged 1 commit into from Nov 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 0 additions & 16 deletions Manifest.txt
@@ -1,4 +1,3 @@
.gemtest
CHANGELOG.md
Gemfile
MIT-LICENSE.txt
Expand All @@ -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
1 change: 0 additions & 1 deletion Rakefile
Expand Up @@ -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"
Expand Down