Skip to content

Commit

Permalink
Merge pull request #695 from compliance-bot/patch-1
Browse files Browse the repository at this point in the history
Fix sprockets.gemspec to include MIT-LICENSE
  • Loading branch information
gmcgibbon authored Feb 25, 2021
2 parents dba2802 + 751f2f2 commit 8fe7ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sprockets.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.description = "Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScript, CoffeeScript, CSS, Sass, and SCSS."
s.license = "MIT"

s.files = Dir["README.md", "CHANGELOG.md", "LICENSE", "lib/**/*.rb"]
s.files = Dir["README.md", "CHANGELOG.md", "MIT-LICENSE", "lib/**/*.rb"]
s.executables = ["sprockets"]

s.add_dependency "rack", "> 1", "< 3"
Expand Down

0 comments on commit 8fe7ac3

Please sign in to comment.