aboutsummaryrefslogtreecommitdiffstats
path: root/capistrano-refinerycms.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'capistrano-refinerycms.gemspec')
-rw-r--r--capistrano-refinerycms.gemspec4
1 files changed, 3 insertions, 1 deletions
diff --git a/capistrano-refinerycms.gemspec b/capistrano-refinerycms.gemspec
index 3b21495..708550d 100644
--- a/capistrano-refinerycms.gemspec
+++ b/capistrano-refinerycms.gemspec
@@ -25,7 +25,9 @@ Gem::Specification.new do |s|
s.files = ["lib/capistrano-refinerycms.rb",
"lib/capistrano/refinerycms.rb",
"lib/capistrano/refinerycms/helpers.rb",
- "lib/capistrano/tasks/refinerycms.rake"]
+ "lib/capistrano/tasks/refinerycms.rake",
+ "lib/generators/capistrano/refinerycms/templates/config_initializers_refinery_core.rb.erb",
+ "lib/generators/capistrano/refinerycms/template_generator.rb"]
s.homepage = 'https://github.com/snake66/capistrano-refinerycms.git'
s.license = 'GPLv3'
end