blob: e499fe8f93857055e2962f3eb9325ccb7b771eef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
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
|