We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2df26b + 136e746 commit 60af915Copy full SHA for 60af915
1 file changed
bootboot.gemspec
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
spec.metadata["changelog_uri"] = "https://github.com/Shopify/bootboot/blob/master/CHANGELOG.md"
26
spec.metadata["allowed_push_host"] = "https://rubygems.org"
27
28
- 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"]
29
spec.extra_rdoc_files = ["LICENSE.txt", "README.md"]
30
spec.require_paths = ["lib"]
31
0 commit comments