Skip to content

Commit

Permalink
Update gemspec (#667)
Browse files Browse the repository at this point in the history
The current gem packages a whole rails application (`demo/`) in the `.gem` file, I assume this was added by mistake 🤔
  • Loading branch information
siegy22 authored Dec 6, 2022
1 parent f0e42f7 commit a15c44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap_form.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a15c44c

Please sign in to comment.