Skip to content

Commit 7d6694a

Browse files
committed
Merge branch 'igas-small-dir-improvements'
2 parents d19b3c5 + fa9c365 commit 7d6694a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thor.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
99
spec.description = "Thor is a toolkit for building powerful command-line interfaces."
1010
spec.email = "[email protected]"
1111
spec.executables = %w[thor]
12-
spec.files = %w[.document CHANGELOG.md LICENSE.md README.md thor.gemspec] + Dir["bin/*"] + Dir["lib/**/*.rb"]
12+
spec.files = %w[.document thor.gemspec] + Dir['*.md', 'bin/*', 'lib/**/*.rb']
1313
spec.homepage = "http://whatisthor.com/"
1414
spec.licenses = %w[MIT]
1515
spec.name = "thor"

0 commit comments

Comments
 (0)