Skip to content

Commit

Permalink
remove git ls-files from gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd committed Sep 11, 2015
1 parent 1c15ae9 commit 6fd106e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logstash-codec-avro.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

# Files
s.files = `git ls-files`.split($\)
s.files = Dir['lib/**/*','spec/**/*','vendor/**/*','*.gemspec','*.md','CONTRIBUTORS','Gemfile','LICENSE','NOTICE.TXT']

# Tests
s.test_files = s.files.grep(%r{^(test|spec|features)/})
Expand Down

0 comments on commit 6fd106e

Please sign in to comment.