diff options
Diffstat (limited to 'capistrano-refinerycms.gemspec')
-rw-r--r-- | capistrano-refinerycms.gemspec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/capistrano-refinerycms.gemspec b/capistrano-refinerycms.gemspec index 32142c2..d6f0151 100644 --- a/capistrano-refinerycms.gemspec +++ b/capistrano-refinerycms.gemspec @@ -25,7 +25,9 @@ Gem::Specification.new do |s| s.description = "Recipes for installing RefineryCMS using Capistrano 3.x" s.authors = ["Harald Eilertsen"] s.email = 'haraldei@anduin.net' - s.files = ["lib/capistrano-refinerycms.rb", + s.files = ["COPYING", + "README.md", + "lib/capistrano-refinerycms.rb", "lib/capistrano/refinerycms.rb", "lib/capistrano/refinerycms/helpers.rb", "lib/capistrano/refinerycms/version.rb", |