faml.gemspec in faml-0.3.1 vs faml.gemspec in faml-0.3.2
- old
+ new
@@ -11,10 +11,10 @@
spec.summary = %q{Faster implementation of Haml template language.}
spec.description = %q{Faster implementation of Haml template language.}
spec.homepage = "https://github.com/eagletmt/faml"
spec.license = "MIT"
- spec.files = `git ls-files -z`.split("\x0")
+ spec.files = `git ls-files -z`.split("\x0") + `git -C vendor/houdini ls-files -z`.split("\x0").map { |path| "vendor/houdini/#{path}" }
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.extensions = ['ext/attribute_builder/extconf.rb']
spec.test_files = spec.files.grep(%r{^(test|spec|features|incompatibilities)/})
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 2.0.0"