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',
|
||||
}
|
||||
|
||||
s.files = Dir.chdir(File.expand_path(__dir__)) do
|
||||
`git ls-files -z -- {docs,lib,README.md,MIT-LICENSE,shoulda-matchers.gemspec}`.
|
||||
split("\x0")
|
||||
end
|
||||
s.files = Dir['{docs,lib}/**/*', 'README.md', 'MIT-LICENSE', 'shoulda-matchers.gemspec']
|
||||
s.require_paths = ['lib']
|
||||
|
||||
s.required_ruby_version = '>= 2.4.0'
|
||||
|
|
Loading…
Reference in a new issue