We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3983c4 commit 9682214Copy full SHA for 9682214
appium_lib_core.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
spec.homepage = 'https://github.com/appium/ruby_lib_core/'
17
spec.license = 'Apache-2.0'
18
spec.files = `git ls-files -z`.split("\x0").reject do |f|
19
- f.match(%r{^(doc|test|spec|features)/})
+ f.match(%r{(^(doc|docs|test|spec|features|ci-jobs|.github|script)/|release_notes.md|.gitignore|azure-pipelines.yml|.rubocop.yml)})
20
end
21
spec.bindir = 'exe'
22
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
0 commit comments