Skip to content

Commit 37c4ced

Browse files
author
Josef Stribny
committed
Add LICENSE to .gemspec
This will include the LICENSE file in the distributed .gem.
1 parent cc04819 commit 37c4ced

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
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
66
s.summary = "Sprockets Rails integration"
77
s.license = "MIT"
88

9-
s.files = Dir["README.md", "lib/**/*.rb"]
9+
s.files = Dir["README.md", "lib/**/*.rb", "LICENSE"]
1010

1111
s.add_dependency "sprockets", "~> 2.8"
1212
s.add_dependency "actionpack", ">= 3.0"

0 commit comments

Comments
 (0)