From c47b951256f37091748c68f172fc97dffb72da8f Mon Sep 17 00:00:00 2001 From: eicca Date: Fri, 18 Jan 2013 15:47:11 +0400 Subject: [PATCH] Fixed gemspec --- chaplin-on-rails.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaplin-on-rails.gemspec b/chaplin-on-rails.gemspec index eee808a..91577f0 100644 --- a/chaplin-on-rails.gemspec +++ b/chaplin-on-rails.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |s| s.summary = "TODO: Summary of ChaplinOnRails." s.description = "TODO: Description of ChaplinOnRails." - s.files = Dir["{vendor,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"] + s.files = Dir["{vendor,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"] s.test_files = Dir["test/**/*"] s.add_dependency 'rails', '>= 3.1'