Skip to content

Commit

Permalink
[#128] exclude documentation support folder from gem
Browse files Browse the repository at this point in the history
  • Loading branch information
rpbaltazar committed Dec 17, 2020
1 parent 3031dae commit f714c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros-apartment.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.files = Dir.chdir(File.expand_path(__dir__)) do
`git ls-files -z`.split("\x0").reject do |f|
# NOTE: ignore all test related
f.match(%r{^(test|spec|features)/})
f.match(%r{^(test|spec|features|documentation)/})
end
end
s.executables = s.files.grep(%r{^bin/}).map { |f| File.basename(f) }
Expand Down

0 comments on commit f714c8a

Please sign in to comment.