Skip to content

Commit c409ac2

Browse files
committed
Update gemspec's list of packaged files
- drop Rakefile - add LICENSE.txt and LICENSE-DEPENDENCIES - omit "app/" from the glob
1 parent 1e70d2e commit c409ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwindcss-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
1818
spec.metadata["changelog_uri"] = "https://github.com/flavorjones/tailwindcss-ruby/blob/main/CHANGELOG.md"
1919
spec.metadata["rubygems_mfa_required"] = "true"
2020

21-
spec.files = Dir["{app,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
21+
spec.files = Dir["lib/**/*", "LICENSE.txt", "LICENSE-DEPENDENCIES", "README.md"]
2222
spec.bindir = "exe"
2323
spec.executables << "tailwindcss"
2424
spec.require_paths = ["lib"]

0 commit comments

Comments
 (0)