Skip to content

Commit 419958f

Browse files
committed
Fix the name of the license file
Closes #296
1 parent 54d4fa5 commit 419958f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sprockets-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.summary = "Sprockets Rails integration"
1010
s.license = "MIT"
1111

12-
s.files = Dir["README.md", "lib/**/*.rb", "LICENSE"]
12+
s.files = Dir["README.md", "lib/**/*.rb", "MIT-LICENSE"]
1313

1414
s.required_ruby_version = '>= 1.9.3'
1515

0 commit comments

Comments
 (0)