Skip to content

Commit fa9c365

Browse files
author
Igor Kapkov
committed
small dir improvements in gemspec
1 parent ca1c952 commit fa9c365

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 = %q(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)