mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-03-25 08:45:54 +00:00
Don't package test files with gem [ci skip]
This commit is contained in:
parent
be8a895c73
commit
8de6ba138a
2 changed files with 1 additions and 2 deletions
0
.gemtest
0
.gemtest
|
|
@ -10,7 +10,6 @@ Gem::Specification.new do |spec|
|
|||
spec.homepage = 'https://github.com/laserlemon/simple_oauth'
|
||||
spec.licenses = %w(MIT)
|
||||
|
||||
spec.files = `git ls-files`.split($OUTPUT_RECORD_SEPARATOR)
|
||||
spec.test_files = spec.files.grep(/^test\//)
|
||||
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.start_with?('test/') }
|
||||
spec.require_paths = %w(lib)
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue