Skip to content

Commit 84cdaa6

Browse files
committed
add demo folder
1 parent bdabee1 commit 84cdaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocoapods-binary.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
1313
spec.homepage = 'https://github.com/leavez/cocoapods-binary'
1414
spec.license = 'MIT'
1515

16-
spec.files = `git ls-files`.split($/).reject{|f| f.start_with? "test/"}
16+
spec.files = `git ls-files`.split($/).reject{|f| f.start_with?("test/") || f.start_with?('demo/')}
1717
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
1818
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
1919
spec.require_paths = ['lib']

0 commit comments

Comments
 (0)