Skip to content

Commit

Permalink
fix bash-specific expansion in gemspec, which was breaking in zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Oct 16, 2020
1 parent c100561 commit 8852c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion excon.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.license = 'MIT'
s.rdoc_options = ["--charset=UTF-8"]
s.extra_rdoc_files = %w[README.md CONTRIBUTORS.md CONTRIBUTING.md]
s.files = `git ls-files -- {data,lib}/*`.split("\n") + [
s.files = `git ls-files -- data/* lib/*`.split("\n") + [
"CONTRIBUTING.md",
"CONTRIBUTORS.md",
"LICENSE.md",
Expand Down

0 comments on commit 8852c06

Please sign in to comment.