Skip to content

Commit

Permalink
Add LICENSE to .gemspec
Browse files Browse the repository at this point in the history
This will include the LICENSE file in the distributed .gem.
  • Loading branch information
Josef Stribny committed Jul 22, 2013
1 parent cc04819 commit 37c4ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sprockets-rails.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.summary = "Sprockets Rails integration"
s.license = "MIT"

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

s.add_dependency "sprockets", "~> 2.8"
s.add_dependency "actionpack", ">= 3.0"
Expand Down

0 comments on commit 37c4ced

Please sign in to comment.