Skip to content

Commit e14fb24

Browse files
committed
Don't bundle CHANGELOG.md anymore in the gem.
1 parent 73529f6 commit e14fb24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buckaruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616
spec.metadata = { 'rubygems_mfa_required' => 'true' }
1717

1818
# Specify which files should be added to the gem when it is released.
19-
spec.files = Dir['CHANGELOG.md', 'LICENSE.txt', 'README.md', 'lib/**/*']
19+
spec.files = Dir['LICENSE.txt', 'README.md', 'lib/**/*']
2020

2121
spec.bindir = 'exe'
2222
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }

0 commit comments

Comments
 (0)