mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Added homepage to gemspec
This commit is contained in:
parent
8f436569fb
commit
a43a71aa2c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
|||
gem.email = ["seenmyfate@gmail.com", "lee.hambley@gmail.com"]
|
||||
gem.description = %q{Capistrano is a utility and framework for executing commands in parallel on multiple remote machines, via SSH.}
|
||||
gem.summary = %q{Capistrano - Welcome to easy deployment with Ruby over SSH}
|
||||
gem.homepage = ""
|
||||
gem.homepage = "http://capistranorb.com/"
|
||||
|
||||
gem.files = `git ls-files`.split($/)
|
||||
gem.executables = 'cap'
|
||||
|
|
Loading…
Add table
Reference in a new issue