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.
1 parent bdabee1 commit 84cdaa6Copy full SHA for 84cdaa6
cocoapods-binary.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
spec.homepage = 'https://github.com/leavez/cocoapods-binary'
14
spec.license = 'MIT'
15
16
- spec.files = `git ls-files`.split($/).reject{|f| f.start_with? "test/"}
+ spec.files = `git ls-files`.split($/).reject{|f| f.start_with?("test/") || f.start_with?('demo/')}
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