Skip to content

Commit

Permalink
Improve list of files
Browse files Browse the repository at this point in the history
  • Loading branch information
netbe committed Dec 30, 2019
1 parent 0340790 commit 3b03b24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions babelish.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "simplecov"
s.add_development_dependency "yard"

s.files = `git ls-files -- lib`.split("\n")
s.files += ['lib/babelish/keys.rb'] # keys.rb is ignored by git
s.files = Dir.glob("{bin,lib}/**/*") + %w(LICENSE.txt README.md)
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_path = 'lib'
Expand Down

0 comments on commit 3b03b24

Please sign in to comment.