Skip to content

Commit

Permalink
Fix LICENSE file reference
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Jul 29, 2024
1 parent 1bd2409 commit 6ead108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsbundling-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.license = "MIT"

spec.files = Dir.glob("lib/**/*", File::FNM_DOTMATCH).reject { |f| File.directory?(f) }
spec.files += ["LICENSE", "README.md"]
spec.files += ["MIT-LICENSE", "README.md"]

spec.add_dependency "railties", ">= 6.0.0"

Expand Down

0 comments on commit 6ead108

Please sign in to comment.