From 2190534b7dc3c882319c60318843a88817f8c9dd Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 8 Feb 2015 17:44:30 +0100 Subject: Prepare for release. --- capistrano-refinerycms.gemspec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/capistrano-refinerycms.gemspec b/capistrano-refinerycms.gemspec index b6614a1..3b21495 100644 --- a/capistrano-refinerycms.gemspec +++ b/capistrano-refinerycms.gemspec @@ -16,13 +16,16 @@ # Gem::Specification.new do |s| s.name = 'capistrano-refinerycms' - s.version = '0.0.1' - s.date = '2014-12-27' + s.version = '0.1.0' + s.date = '2015-02-08' s.summary = "Capistrano 3.x recipes for RefineryCMS." 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 = ["lib/capistrano-refinerycms.rb", + "lib/capistrano/refinerycms.rb", + "lib/capistrano/refinerycms/helpers.rb", + "lib/capistrano/tasks/refinerycms.rake"] s.homepage = 'https://github.com/snake66/capistrano-refinerycms.git' s.license = 'GPLv3' end -- cgit v1.2.3