From 37c4ced8db6912bd4d6451da7437f87a38f4d50f Mon Sep 17 00:00:00 2001 From: Josef Stribny Date: Mon, 22 Jul 2013 13:47:10 +0200 Subject: [PATCH] Add LICENSE to .gemspec This will include the LICENSE file in the distributed .gem. --- sprockets-rails.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sprockets-rails.gemspec b/sprockets-rails.gemspec index 30d1299..2c11b7f 100644 --- a/sprockets-rails.gemspec +++ b/sprockets-rails.gemspec @@ -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"