Skip to content

Commit

Permalink
Drop git ls-files in gemspec
Browse files Browse the repository at this point in the history
Signed-off-by: Utkarsh Gupta <utkarsh@debian.org>
  • Loading branch information
utkarsh2102 committed Sep 30, 2020
1 parent 58d410f commit 5a634fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activeadmin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
"application patterns to make it simple for developers to implement " \
"beautiful and elegant interfaces with very little effort."

s.files = `git ls-files LICENSE app config/locales docs lib vendor -z`.split("\x0")
s.files = Dir["LICENSE", "{app,config/locales,docs,lib,vendor/assets}/**/{.*,*}"].reject { |f| File.directory?(f) }

s.extra_rdoc_files = %w[CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md README.md]

Expand Down

0 comments on commit 5a634fb

Please sign in to comment.