diff --git a/bootstrap_form.gemspec b/bootstrap_form.gemspec index 73740a87f..b03d03c44 100644 --- a/bootstrap_form.gemspec +++ b/bootstrap_form.gemspec @@ -17,7 +17,7 @@ Gem::Specification.new do |s| s.metadata = { "rubygems_mfa_required" => "true" } s.files = `git ls-files -z`.split("\x0").reject do |f| - f.match(%r{^(test)/}) + f.match(%r{^(test)/|^(demo)/}) end s.bindir = "exe"