We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 006c0cf + dec5c37 commit d27d276Copy full SHA for d27d276
1 file changed
polymorphic_integer_type.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
spec.homepage = ""
14
spec.license = "MIT"
15
16
- spec.files = `git ls-files`.split($/)
+ spec.files = `git ls-files -- . ':!.github/'`.split($/)
17
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
spec.require_paths = ["lib"]
0 commit comments