We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6977e0 + 7e17430 commit 2c6ef81Copy full SHA for 2c6ef81
rspec-collection_matchers.gemspec
@@ -21,7 +21,8 @@ Gem::Specification.new do |spec|
21
'source_code_uri' => 'https://github.com/rspec/rspec-collection_matchers',
22
}
23
24
- spec.files = `git ls-files`.split($/)
+ spec.files = `git ls-files -- lib/*`.split("\n")
25
+ spec.files += %w[README.md LICENSE.txt Changelog.md]
26
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
27
spec.test_files = spec.files.grep(%r{^(spec|features)/})
28
spec.require_paths = ["lib"]
0 commit comments