Skip to content

Commit 60af915

Browse files
authored
Merge pull request #75 from nekketsuuu/nekketsuuu-rs
fix: $RS is not defined
2 parents a2df26b + 136e746 commit 60af915

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bootboot.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
2525
spec.metadata["changelog_uri"] = "https://github.com/Shopify/bootboot/blob/master/CHANGELOG.md"
2626
spec.metadata["allowed_push_host"] = "https://rubygems.org"
2727

28-
spec.files = %x(git ls-files lib plugins.rb README.md LICENSE.txt).split($RS)
28+
spec.files = Dir["lib/**/*", "LICENSE.txt", "README.md", "plugins.rb"]
2929
spec.extra_rdoc_files = ["LICENSE.txt", "README.md"]
3030
spec.require_paths = ["lib"]
3131

0 commit comments

Comments
 (0)