Skip to content

Commit

Permalink
fix: add CHANGELOG to gem distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
tancnle committed Sep 3, 2019
1 parent c941d02 commit 35c9c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact-support.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.0"

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

spec.add_runtime_dependency "randexp", "~> 0.1.7"
Expand Down

0 comments on commit 35c9c48

Please sign in to comment.