diff --git a/bootboot.gemspec b/bootboot.gemspec index de13055..055cb79 100644 --- a/bootboot.gemspec +++ b/bootboot.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| spec.metadata["changelog_uri"] = "https://github.com/Shopify/bootboot/blob/master/CHANGELOG.md" spec.metadata["allowed_push_host"] = "https://rubygems.org" - spec.files = %x(git ls-files lib plugins.rb README.md LICENSE.txt).split($RS) + spec.files = Dir["lib/**/*", "LICENSE.txt", "README.md", "plugins.rb"] spec.extra_rdoc_files = ["LICENSE.txt", "README.md"] spec.require_paths = ["lib"]