mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Crediting myself in the Rakefile as maintainer
This commit is contained in:
parent
004da83c69
commit
7931248fc5
1 changed files with 2 additions and 2 deletions
4
Rakefile
4
Rakefile
|
@ -15,8 +15,8 @@ Echoe.new('capistrano', version) do |p|
|
|||
p.include_gemspec = true
|
||||
p.changelog = "CHANGELOG.rdoc"
|
||||
|
||||
p.author = "Jamis Buck"
|
||||
p.email = "jamis@jamisbuck.org"
|
||||
p.author = ["Jamis Buck", "Lee Hambley"]
|
||||
p.email = ["jamis@jamisbuck.org", "lee.hambley@gmail.com"]
|
||||
|
||||
p.summary = <<-DESC.strip.gsub(/\n\s+/, " ")
|
||||
Capistrano is a utility and framework for executing commands in parallel
|
||||
|
|
Loading…
Reference in a new issue