mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Drop git ls-files
in gemspec
Closes: #1353 Signed-off-by: Utkarsh Gupta <utkarsh@debian.org>
This commit is contained in:
parent
7cedd3e4e1
commit
0b98435a69
1 changed files with 1 additions and 4 deletions
|
@ -27,10 +27,7 @@ Gem::Specification.new do |s|
|
||||||
'source_code_uri' => 'https://github.com/thoughtbot/shoulda-matchers',
|
'source_code_uri' => 'https://github.com/thoughtbot/shoulda-matchers',
|
||||||
}
|
}
|
||||||
|
|
||||||
s.files = Dir.chdir(File.expand_path(__dir__)) do
|
s.files = Dir['{docs,lib}/**/*', 'README.md', 'MIT-LICENSE', 'shoulda-matchers.gemspec']
|
||||||
`git ls-files -z -- {docs,lib,README.md,MIT-LICENSE,shoulda-matchers.gemspec}`.
|
|
||||||
split("\x0")
|
|
||||||
end
|
|
||||||
s.require_paths = ['lib']
|
s.require_paths = ['lib']
|
||||||
|
|
||||||
s.required_ruby_version = '>= 2.4.0'
|
s.required_ruby_version = '>= 2.4.0'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue