Skip to content

Commit

Permalink
Omit docs from bundled gem
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynetics committed Jun 18, 2023
1 parent 8699d7f commit 2e757ab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions regexp_parser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2e757ab

Please sign in to comment.