File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |s |
2
2
3
- s . name = "capistrano-django"
3
+ s . name = "capistrano-django-systemd "
4
4
s . version = "3.5.6"
5
5
6
- s . homepage = "http ://github.com/mattjmorrison /capistrano-django"
7
- s . summary = %q{capistrano-django - Welcome to easy deployment with Ruby over SSH for Django}
8
- s . description = %q{capistrano-django provides a solid basis for common django deployment}
6
+ s . homepage = "https ://github.com/augustocarvalho /capistrano-django"
7
+ s . summary = %q{capistrano-django-systemd - Welcome to easy deployment with Ruby over SSH for Django/Python using Gunicorn }
8
+ s . description = %q{capistrano-django-systemd provides a solid basis for common django deployment}
9
9
10
10
s . files = Dir [ "lib/**/*.rb" ]
11
11
s . add_dependency "capistrano" , "~> 3"
12
12
13
- s . author = "Matthew J. Morrison"
14
-
13
+ s . author = "Matthew J. Morrison & adapted by Augusto Carvalho"
14
+
15
+
15
16
16
17
end
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ source 'https://rubygems.org'
2
2
3
3
gem 'serverspec'
4
4
gem 'fog'
5
+ gem 'systemd'
You can’t perform that action at this time.
0 commit comments