From 4fc1ea376c2cbba93f4154bbd78e06e2be033705 Mon Sep 17 00:00:00 2001 From: thmzlt Date: Tue, 25 Mar 2014 12:15:12 -0300 Subject: [PATCH] Update gemspec to include config directory --- 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