Skip to content

Commit

Permalink
Merge pull request #724 from amatsuda/test_files
Browse files Browse the repository at this point in the history
Exclude test files from the gem package
  • Loading branch information
robin850 authored Apr 2, 2022
2 parents 4028670 + 021538f commit 2488699
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions redcarpet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 1.9.2'
# = MANIFEST =
s.files = %w[
CHANGELOG.md
CONTRIBUTING.md
COPYING
Gemfile
README.markdown
Expand All @@ -27,6 +29,7 @@ Gem::Specification.new do |s|
ext/redcarpet/houdini_html_e.c
ext/redcarpet/html.c
ext/redcarpet/html.h
ext/redcarpet/html_block_names.txt
ext/redcarpet/html_blocks.h
ext/redcarpet/html_smartypants.c
ext/redcarpet/markdown.c
Expand All @@ -42,21 +45,6 @@ Gem::Specification.new do |s|
lib/redcarpet/render_man.rb
lib/redcarpet/render_strip.rb
redcarpet.gemspec
test/benchmark.rb
test/custom_render_test.rb
test/fixtures/benchmark.md
test/html5_test.rb
test/html_render_test.rb
test/html_toc_render_test.rb
test/markdown_test.rb
test/pathological_inputs_test.rb
test/redcarpet_bin_test.rb
test/redcarpet_compat_test.rb
test/safe_render_test.rb
test/smarty_html_test.rb
test/smarty_pants_test.rb
test/stripdown_render_test.rb
test/test_helper.rb
]
# = MANIFEST =
s.test_files = s.files.grep(%r{^test/})
Expand Down

0 comments on commit 2488699

Please sign in to comment.