Skip to content

Commit f9b7aee

Browse files
Alter GemFile
1 parent 60b8640 commit f9b7aee

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

capistrano-django.gemspec

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
Gem::Specification.new do |s|
22

3-
s.name = "capistrano-django"
3+
s.name = "capistrano-django-systemd"
44
s.version = "3.5.6"
55

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}
99

1010
s.files = Dir["lib/**/*.rb"]
1111
s.add_dependency "capistrano", "~> 3"
1212

13-
s.author = "Matthew J. Morrison"
14-
s.email = "[email protected]"
13+
s.author = "Matthew J. Morrison & adapted by Augusto Carvalho"
14+
s.email = "[email protected]"
15+
1516

1617
end

test/Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ source 'https://rubygems.org'
22

33
gem 'serverspec'
44
gem 'fog'
5+
gem 'systemd'

0 commit comments

Comments
 (0)