From fe87f34a3eabee34ae7e329ab7ff35cf7889cae5 Mon Sep 17 00:00:00 2001 From: joe adcock Date: Sun, 1 Nov 2015 08:47:40 -0800 Subject: [PATCH] #9, thmzlt --- raptor-editor-rails.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raptor-editor-rails.gemspec b/raptor-editor-rails.gemspec index 12a950c..1c23f2e 100644 --- a/raptor-editor-rails.gemspec +++ b/raptor-editor-rails.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |s| s.summary = "Raptor Editor on the Rails Asset Pipeline" s.description = "The simplest way to get Raptor Editor onto the Asset Pipeline in your Rails applications." - s.files = Dir["{lib,vendor}/**/*", "MIT-LICENSE", "Rakefile", "README.md"] + s.files = Dir["{config,lib,vendor}/**/*", "MIT-LICENSE", "Rakefile", "README.md"] s.add_dependency "rails", "> 3.1" end