faster_path.gemspec in faster_path-0.0.5 vs faster_path.gemspec in faster_path-0.0.6

- old
+ new

@@ -11,10 +11,10 @@ spec.summary = %q{Reimplementation of Pathname for better performance} spec.description = %q{FasterPath is a reimplementation of Pathname for better performance.} spec.homepage = "https://github.com/danielpclark/faster_path" spec.license = "MIT OR Apache-2.0" - spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } + spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|assets)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.extensions << "ext/faster_path/extconf.rb" spec.require_paths = ["lib"]