Skip to content

Commit 35c9c48

Browse files
committed
fix: add CHANGELOG to gem distribution
1 parent c941d02 commit 35c9c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pact-support.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616

1717
spec.required_ruby_version = ">= 2.0"
1818

19-
spec.files = `git ls-files lib LICENSE.txt README.md`.split($RS)
19+
spec.files = `git ls-files lib CHANGELOG.md LICENSE.txt README.md`.split($RS)
2020
spec.require_paths = ["lib"]
2121

2222
spec.add_runtime_dependency "randexp", "~> 0.1.7"

0 commit comments

Comments
 (0)