From 2e757ab6737fb2f27c76618aafa7eb7f5ecff0ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janosch=20Mu=CC=88ller?= Date: Sun, 18 Jun 2023 17:42:06 +0200 Subject: [PATCH] Omit docs from bundled gem --- regexp_parser.gemspec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/regexp_parser.gemspec b/regexp_parser.gemspec index f960337..daba426 100644 --- a/regexp_parser.gemspec +++ b/regexp_parser.gemspec @@ -24,9 +24,7 @@ Gem::Specification.new do |spec| spec.require_paths = ['lib'] spec.files = Dir.glob('lib/**/*.{csv,rb,rl}') + - %w[Gemfile Rakefile LICENSE README.md CHANGELOG.md regexp_parser.gemspec] - - spec.rdoc_options = ["--inline-source", "--charset=UTF-8"] + %w[Gemfile Rakefile LICENSE regexp_parser.gemspec] spec.platform = Gem::Platform::RUBY