pycall.gemspec in pycall-1.0.3 vs pycall.gemspec in pycall-1.1.0.rc1
- old
+ new
@@ -15,9 +15,10 @@
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").reject do |f|
case f
when %r{^Guardfile}, # NOTE: Skip symlink for Windows
+ %r{^ext/pycall/spec_helper/},
%r{^(test|spec|features)/}
true
else
false
end