We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd2409 commit 6ead108Copy full SHA for 6ead108
jsbundling-rails.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
spec.license = "MIT"
11
12
spec.files = Dir.glob("lib/**/*", File::FNM_DOTMATCH).reject { |f| File.directory?(f) }
13
- spec.files += ["LICENSE", "README.md"]
+ spec.files += ["MIT-LICENSE", "README.md"]
14
15
spec.add_dependency "railties", ">= 6.0.0"
16
0 commit comments