Skip to content

Commit

Permalink
Fix gemspec file list
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Jan 10, 2024
1 parent f9bcc1b commit d8e41f7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions namae.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = %w{README.md AGPL}

s.files =
`git ls-files`.split('\n') -
`git ls-files features spec`.split('\n') - %w{
`git ls-files`.split("\n") -
`git ls-files features spec .github`.split("\n") - %w{
.codeclimate.yml
.coveralls.yml
.github
.gitignore
.rspec
.rubocop.yml
Expand Down

0 comments on commit d8e41f7

Please sign in to comment.