We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CHANGELOG.md
1 parent 73529f6 commit e14fb24Copy full SHA for e14fb24
1 file changed
buckaruby.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
spec.metadata = { 'rubygems_mfa_required' => 'true' }
17
18
# Specify which files should be added to the gem when it is released.
19
- spec.files = Dir['CHANGELOG.md', 'LICENSE.txt', 'README.md', 'lib/**/*']
+ spec.files = Dir['LICENSE.txt', 'README.md', 'lib/**/*']
20
21
spec.bindir = 'exe'
22
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
0 commit comments