We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c941d02 commit 35c9c48Copy full SHA for 35c9c48
pact-support.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
17
spec.required_ruby_version = ">= 2.0"
18
19
- 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)
20
spec.require_paths = ["lib"]
21
22
spec.add_runtime_dependency "randexp", "~> 0.1.7"
0 commit comments