aboutsummaryrefslogtreecommitdiffstats
path: root/capistrano-refinerycms.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'capistrano-refinerycms.gemspec')
-rw-r--r--capistrano-refinerycms.gemspec12
1 files changed, 12 insertions, 0 deletions
diff --git a/capistrano-refinerycms.gemspec b/capistrano-refinerycms.gemspec
new file mode 100644
index 0000000..e499fe8
--- /dev/null
+++ b/capistrano-refinerycms.gemspec
@@ -0,0 +1,12 @@
+Gem::Specification.new do |s|
+ s.name = 'capistrano-refinerycms'
+ s.version = '0.0.1'
+ s.date = '2014-12-27'
+ s.summary = "Capistrano 3.x recipes for RefineryCMS."
+ s.description = "Recipes for installing RefineryCMS using Capistrano 3."
+ s.authors = ["Harald Eilertsen"]
+ s.email = 'haraldei@anduin.net'
+ s.files = ["lib/capistrano-refinerycms.rb"]
+ s.homepage = 'https://github.com/snake66/capistrano-refinerycms.git'
+ s.license = 'GPLv3'
+end