Skip to content

Commit

Permalink
add CHANGELOG.md to list of gem files
Browse files Browse the repository at this point in the history
  • Loading branch information
fwolfst authored and anilmaurya committed Nov 24, 2023
1 parent 51cb7ac commit 2cb44d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aasm.gemspec
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |s|
# s.add_development_dependency 'debugger'
s.add_development_dependency 'pry'

s.files = Dir['lib/**/*', 'README.md', 'LICENSE']
s.files = Dir['lib/**/*', 'CHANGELOG.md', 'README.md', 'LICENSE']
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
end

0 comments on commit 2cb44d8

Please sign in to comment.