Skip to content

Commit

Permalink
Merge pull request #180 from JuanitoFatas/remove-tests-from-gem
Browse files Browse the repository at this point in the history
Remove test files from final gem (take 2)
  • Loading branch information
flavorjones committed Nov 29, 2019
2 parents 3133e33 + 3b02e47 commit d8ff5ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
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

0 comments on commit d8ff5ed

Please sign in to comment.