tracksperanto.gemspec in tracksperanto-4.1.2 vs tracksperanto.gemspec in tracksperanto-4.1.3
- old
+ new
@@ -26,14 +26,12 @@
spec.licenses = ["MIT"]
spec.require_paths = ["lib"]
spec.rubygems_version = "1.8.23.2"
spec.summary = "A universal 2D tracks converter"
spec.files = `git ls-files -z`.split("\x0").reject do |f|
- f.start_with?("test/import/samples/*/*.*") # Remove the sample files
- end.reject do |f|
- f.start_with? "test/subpixel"
+ f.start_with?("test/") # Remove the sample files
end
-
+ spec.files << "test/HELP_WHY_TESTS_ARE_EMPTY.md"
spec.bindir = "bin"
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.add_runtime_dependency "obuf", "~> 1"