1
0
Fork 0
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:
Lee Hambley 2009-07-30 10:46:52 +01:00
parent 004da83c69
commit 7931248fc5

View file

@ -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