Skip to content

Commit

Permalink
Added homepage to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kirs committed Oct 13, 2013
1 parent 8f43656 commit a43a71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capistrano.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
gem.email = ["seenmyfate@gmail.com", "lee.hambley@gmail.com"] 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.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.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.files = `git ls-files`.split($/)
gem.executables = 'cap' gem.executables = 'cap'
Expand Down

0 comments on commit a43a71a

Please sign in to comment.